Skip to content

URL compatibility with httpx #68

Open
@snowman2

Description

@snowman2

parsedurl = urlparse(r.url)

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions