]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add support for no-proxy configurations (#1099)
authorTom Christie <tom@tomchristie.com>
Fri, 31 Jul 2020 09:21:11 +0000 (10:21 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Jul 2020 09:21:11 +0000 (10:21 +0100)
commit16893e414fe68bd41890dc52f449328679a65134
treedc5608c9919a9caaef606257e81797debac45b51
parentdf54890c15f49a7f6279e704941400d698b33c10
Add support for no-proxy configurations (#1099)

* Add internal URLMatcher class

* Use URLMatcher for proxy lookups in transport_for_url

* Docstring

* Pin pytest

* Add support for no-proxies configurations
httpx/_client.py
httpx/_types.py
tests/client/test_proxies.py