]> git.ipfire.org Git - thirdparty/httpx.git/commit
Concurrency autodetection (#585)
authorTom Christie <tom@tomchristie.com>
Mon, 2 Dec 2019 19:26:16 +0000 (19:26 +0000)
committerGitHub <noreply@github.com>
Mon, 2 Dec 2019 19:26:16 +0000 (19:26 +0000)
commit3cbe7315e8e768371eff398ebb15a73a31fe601d
tree4532f908fdc5ba1a9ba815f79d6a03ad2128562e
parent30229f16527882305d75ff2877c5b8831f6dc638
Concurrency autodetection (#585)

* Simplify HTTP version config, and switch HTTP/2 off by default

* HTTP/2 docs

* HTTP/2 interlinking in docs

* Add concurrency auto-detection

* Add sniffio
13 files changed:
README.md
httpx/client.py
httpx/concurrency/auto.py [new file with mode: 0644]
httpx/concurrency/base.py
httpx/dispatch/asgi.py
httpx/dispatch/connection.py
httpx/dispatch/connection_pool.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
httpx/dispatch/proxy_http.py
setup.cfg
setup.py
tests/client/test_proxies.py