Open
Description
https://www.python-httpx.org/compatibility/#request-urls
Accessing response.url will return a URL instance, rather than a string.
Use str(response.url) if you need a string instance.
Metadata
Metadata
Assignees
Labels
No labels
https://www.python-httpx.org/compatibility/#request-urls
Accessing response.url will return a URL instance, rather than a string.
Use str(response.url) if you need a string instance.