]> git.ipfire.org Git - thirdparty/httpx.git/commit
added netrc support (#177)
authorCan Sarıgöl <cansarigol@derinbilgi.com.tr>
Thu, 1 Aug 2019 08:32:00 +0000 (11:32 +0300)
committerTom Christie <tom@tomchristie.com>
Thu, 1 Aug 2019 08:32:00 +0000 (09:32 +0100)
commit919e8d3f9b634f61c2abdf786610df36d6cd3a82
treef8388b48ecea5c445165ffad3961f0e89303a8c0
parentd1b1d35b5b2d5c368dd0d22c4db0c362579a3e11
added netrc support (#177)
httpx/api.py
httpx/client.py
httpx/utils.py
tests/.netrc [new file with mode: 0644]
tests/client/test_auth.py
tests/test_utils.py