]> git.ipfire.org Git - thirdparty/httpx.git/commit
Enable NO_PROXY environment variable support (#835)
authorEvan Lurvey <54965655+evanlurvey@users.noreply.github.com>
Mon, 2 Mar 2020 15:51:34 +0000 (09:51 -0600)
committerGitHub <noreply@github.com>
Mon, 2 Mar 2020 15:51:34 +0000 (16:51 +0100)
commit707e54c48415e98224ca74e67809a5593b41b03d
tree369561f334d31b178a1e76a00c450596bc42311d
parent3333152b54654a438d5a8f7d0c36890a282b8eae
Enable NO_PROXY environment variable support  (#835)

* Enabling NO_PROXY env support

* Enabling NO_PROXY env var support and writing tests

* Update tests/client/test_proxies.py

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
* Update tests/client/test_proxies.py

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
httpx/_client.py
tests/client/test_proxies.py