]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop ContentStream (#1295)
authorTom Christie <tom@tomchristie.com>
Fri, 18 Sep 2020 07:41:09 +0000 (08:41 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Sep 2020 07:41:09 +0000 (08:41 +0100)
commitfbb21fb1ae78e75c0a5656b4035820c0e586ccc0
tree5df7b2070bae2ffab53276a475ea7f17611d66a9
parente1f7791e97cf7908b24eafdee70b4aa240609efe
Drop ContentStream (#1295)

* Drop ContentStream
15 files changed:
docs/exceptions.md
httpx/__init__.py
httpx/_auth.py
httpx/_client.py
httpx/_content_streams.py
httpx/_exceptions.py
httpx/_models.py
httpx/_types.py
tests/client/test_auth.py
tests/client/test_redirects.py
tests/models/test_requests.py
tests/models/test_responses.py
tests/test_content_streams.py
tests/test_multipart.py
tests/utils.py