]> git.ipfire.org Git - thirdparty/httpx.git/commit
Implement HTTPProxy dispatcher (#259)
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Sun, 15 Sep 2019 15:47:35 +0000 (10:47 -0500)
committerGitHub <noreply@github.com>
Sun, 15 Sep 2019 15:47:35 +0000 (10:47 -0500)
commit57c27cac36f9ca28201e26e35ae4f79be2051a8e
tree25415b94a9d24edb371f9b409de539188877a3ee
parentf1dde95d358a5a707d75e6d61f912224ed65ee8e
Implement HTTPProxy dispatcher (#259)
13 files changed:
httpx/__init__.py
httpx/api.py
httpx/client.py
httpx/dispatch/connection_pool.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
httpx/dispatch/proxy_http.py [new file with mode: 0644]
httpx/exceptions.py
httpx/models.py
tests/conftest.py
tests/dispatch/test_proxy_http.py [new file with mode: 0644]
tests/dispatch/utils.py
tests/models/test_url.py