]> git.ipfire.org Git - thirdparty/httpx.git/commit
Rename 'read/close' to 'aread/aclose' on Response (#674)
authorFlorimond Manca <florimond.manca@gmail.com>
Sun, 29 Dec 2019 15:14:53 +0000 (16:14 +0100)
committerTom Christie <tom@tomchristie.com>
Sun, 29 Dec 2019 15:14:53 +0000 (15:14 +0000)
commitf9d18a87585bf5775bbdbe354319b5bc50d241be
tree4fbcd2c0fe2c49d629398d06457aea28baab0aa9
parent25b40db757c96475cbbed11829493114359306ee
Rename 'read/close' to 'aread/aclose' on Response (#674)

* Switch to aread/aclose on responses

* Linting

Co-authored-by: Tom Christie <tom@tomchristie.com>
14 files changed:
docs/api.md
docs/compatibility.md
docs/quickstart.md
httpx/client.py
httpx/dispatch/proxy_http.py
httpx/models.py
tests/client/test_async_client.py
tests/client/test_client.py
tests/dispatch/test_connection_pools.py
tests/dispatch/test_connections.py
tests/dispatch/test_proxy_http.py
tests/models/test_responses.py
tests/test_api.py
tests/test_decoders.py