]> git.ipfire.org Git - thirdparty/httpx.git/commit
Prep for introducing SyncClient (#713)
authorTom Christie <tom@tomchristie.com>
Tue, 7 Jan 2020 10:27:01 +0000 (10:27 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 10:27:01 +0000 (10:27 +0000)
commitf17ab37b2f19e075b35546fe00766e7985462aae
tree7e1cf54e189fec52ff5f01a777b6c22ade7efdef
parente1afbfa7b45d1ce717a7d9588c6c8114ee0a091b
Prep for introducing SyncClient (#713)

* Reorganize method ordering in client

* Move 'request'

* Use 'httpx.Proxy' for proxy configuration
httpx/__init__.py
httpx/client.py
httpx/config.py
httpx/decoders.py
httpx/models.py
tests/client/test_proxies.py
tests/test_config.py