]> git.ipfire.org Git - thirdparty/httpx.git/commit
Client handles redirect + auth (#552)
authorTom Christie <tom@tomchristie.com>
Wed, 27 Nov 2019 12:10:10 +0000 (12:10 +0000)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2019 12:10:10 +0000 (12:10 +0000)
commit00e150f6a5f8d295faeadc34cfe53de254b3f264
tree42db6b4219d5a561c37c2dd4374181e560106e08
parent206c5372a60cb2511cf5ac39c963ff76953c569f
Client handles redirect + auth (#552)

* Drop sync client

* Drop unused imports

* Async only

* Update tests/test_decoders.py

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
* Linting

* Update docs for async-only

* Import sorting

* Add async notes to docs

* Update README for 0.8 async switch

* Move auth away from middleware where possible

* Drop middleware sub-package

* Client.dispatcher -> Client.dispatch

* Docs tweak

* Linting

* Fix type checking issue

* Import ordering

* Fix up docstrings

* Minor docs fixes

* Linting

* Remove unused import
docs/index.md
httpx/__init__.py
httpx/auth.py [moved from httpx/middleware/digest_auth.py with 86% similarity]
httpx/client.py
httpx/dispatch/proxy_http.py
httpx/middleware.py [moved from httpx/middleware/base.py with 74% similarity]
httpx/middleware/__init__.py [deleted file]
httpx/middleware/basic_auth.py [deleted file]
httpx/middleware/custom_auth.py [deleted file]
httpx/middleware/redirect.py [deleted file]