]> git.ipfire.org Git - thirdparty/httpx.git/commit
Allow disabling auth per-request using `auth=None` (#1115)
authorFlorimond Manca <florimond.manca@gmail.com>
Tue, 11 Aug 2020 13:18:27 +0000 (15:18 +0200)
committerGitHub <noreply@github.com>
Tue, 11 Aug 2020 13:18:27 +0000 (15:18 +0200)
commita4463d044f370aef186f3c64bd79e236e4df9e2a
treeeb1e0917bd0230d8188d11127a8a36d62b827bfd
parentdb4e417a137bf3bb04c1a3ffc492bf80d222959c
Allow disabling auth per-request using `auth=None` (#1115)

Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_client.py
httpx/_types.py
tests/client/test_auth.py