]> git.ipfire.org Git - thirdparty/httpx.git/commit
Configure Proxy from Client (#353)
authorSeth Michael Larson <sethmichaellarson@gmail.com>
Fri, 20 Sep 2019 17:33:06 +0000 (12:33 -0500)
committerGitHub <noreply@github.com>
Fri, 20 Sep 2019 17:33:06 +0000 (12:33 -0500)
commitb0fa0859a8954edf7aaa5e4d64d85bd16765cd23
tree899e7c8aa29e6f440c11a4dc8a5d0ba4d01e5dcb
parent061d943b78e76a410124f01e5bbf487376d986eb
Configure Proxy from Client (#353)

* Incorporate suggestions

* Start of proxy config

* Incorporate suggestions

* Add proxies to high-level API, docs

* Update client.py
13 files changed:
docs/advanced.md
docs/api.md
docs/environment_variables.md
httpx/api.py
httpx/client.py
httpx/dispatch/connection_pool.py
httpx/models.py
httpx/utils.py
tests/client/test_proxies.py [new file with mode: 0644]
tests/conftest.py
tests/dispatch/test_proxy_http.py
tests/dispatch/utils.py
tests/test_utils.py