]> git.ipfire.org Git - thirdparty/httpx.git/commit
Public Auth API (#732)
authorTom Christie <tom@tomchristie.com>
Tue, 7 Jan 2020 13:20:23 +0000 (13:20 +0000)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 13:20:23 +0000 (13:20 +0000)
commit12dd157feaa26a3cd9fbf933e127fefb2ddd8404
treef8f409840eb84975edc8a4f4d781304d2f06a5c7
parentc5037f06e4ec1b550ee009147af052d9c2199ccb
Public Auth API (#732)

* Public Auth API

* Minor docs tweak

* Request.aread and Request.content

* Support requires_request_body

* Update tests/models/test_requests.py

Co-Authored-By: Florimond Manca <florimond.manca@gmail.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
docs/advanced.md
httpx/__init__.py
httpx/auth.py
httpx/client.py
httpx/exceptions.py
httpx/models.py
tests/client/test_auth.py
tests/models/test_requests.py