]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use rfc3986 for URL handling
authorTom Christie <tom@tomchristie.com>
Tue, 30 Apr 2019 16:39:40 +0000 (17:39 +0100)
committerTom Christie <tom@tomchristie.com>
Tue, 30 Apr 2019 16:39:40 +0000 (17:39 +0100)
commit302fe93df9fa44218b5089379fb9f3236169dec0
treedf8b9b04aa38b25798565f67cdac956f8d75a212
parentfd9823e59c7f7ca322aa035b8f59717935e3f103
Use rfc3986 for URL handling
httpcore/__init__.py
httpcore/adapters/redirects.py
httpcore/dispatch/connection.py
httpcore/dispatch/http2.py
httpcore/models.py
httpcore/utils.py
requirements.txt
setup.py
tests/models/test_requests.py
tests/models/test_responses.py