Description
Builds and manipulates URLs as immutable Python objects. It helps applications change query parameters, paths, hosts, and schemes without fragile manual string concatenation.
URL construction affects redirects, API calls, and security filters. Validate allowed hosts and schemes when URLs come from users or external data.