]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add support for Mount API (#1362)
authorTom Christie <tom@tomchristie.com>
Tue, 24 Nov 2020 10:35:51 +0000 (10:35 +0000)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 10:35:51 +0000 (10:35 +0000)
commitc4d2e6fa2872e9f035e5369d25e94aec8886b18e
tree4a219f49172bdfe572b6963812f68e03092dd2a3
parent2961f267fdcd84539defeb006a07a56b94f15dba
Add support for Mount API (#1362)

* Add support for Mount API

* Add test cases

* Add test case for all: mounted transport

* Use 'transport' variable, in preference to 'proxy'

* Add docs for mounted transports
docs/advanced.md
httpx/_client.py
tests/client/test_async_client.py
tests/client/test_client.py
tests/client/test_proxies.py