]> git.ipfire.org Git - thirdparty/httpx.git/commit
Tighten up top-level API to only expose public API (#608)
authorTom Christie <tom@tomchristie.com>
Fri, 6 Dec 2019 15:20:01 +0000 (15:20 +0000)
committerGitHub <noreply@github.com>
Fri, 6 Dec 2019 15:20:01 +0000 (15:20 +0000)
commitd15dc0b1f8e775f3debc09ff0228f5ca56eab322
tree61226c26c110ecc4bc459b8a41ebeab40760fdfb
parente1f5b8ba574e1fea4a9a79042f688f143c546f9d
Tighten up top-level API to only expose public API (#608)

* Tighten up top-level API to only expose public API

* Leave HTTPProxyMode for backwards compat, raising warnings.

* Add missing import
21 files changed:
docs/advanced.md
httpx/__init__.py
httpx/dispatch/proxy_http.py
tests/client/test_auth.py
tests/client/test_cookies.py
tests/client/test_headers.py
tests/client/test_proxies.py
tests/client/test_queryparams.py
tests/client/test_redirects.py
tests/concurrency.py
tests/conftest.py
tests/dispatch/test_connection_pools.py
tests/dispatch/test_connections.py
tests/dispatch/test_proxy_http.py
tests/dispatch/utils.py
tests/models/test_url.py
tests/test_concurrency.py
tests/test_config.py
tests/test_decoders.py
tests/test_multipart.py
tests/test_timeouts.py