]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add Client(http_versions=...) support
authorTom Christie <tom@tomchristie.com>
Tue, 20 Aug 2019 12:30:54 +0000 (13:30 +0100)
committerTom Christie <tom@tomchristie.com>
Tue, 20 Aug 2019 12:30:54 +0000 (13:30 +0100)
commitb343ee4a70f24937f21ee7a4667c7d9bc48b6753
treeb6a57f8e3b79524484632af4f587ec2b52e8e88c
parent193196bef33903b659345920bbe2621f4940c8e0
Add Client(http_versions=...) support
18 files changed:
httpx/__init__.py
httpx/api.py
httpx/client.py
httpx/concurrency/asyncio.py
httpx/config.py
httpx/dispatch/asgi.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/threaded.py
httpx/dispatch/wsgi.py
httpx/interfaces.py
tests/client/test_auth.py
tests/client/test_cookies.py
tests/client/test_headers.py
tests/client/test_redirects.py
tests/dispatch/test_threaded.py
tests/dispatch/utils.py
tests/test_multipart.py