]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use Streams API for both requests and responses. (#648)
authorTom Christie <tom@tomchristie.com>
Fri, 20 Dec 2019 16:05:04 +0000 (16:05 +0000)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 16:05:04 +0000 (16:05 +0000)
commitcee1fccaca1701c39901c2c9663fcaa081075b2d
treec23d907239f24eab26554ee37ca1f0b1cd4c0926
parent36af9d959764a4b82d2a8bd30fb0904da0223e16
Use Streams API for both requests and responses. (#648)

* Internal ContentStreams API
17 files changed:
httpx/client.py
httpx/content.py [deleted file]
httpx/content_streams.py [new file with mode: 0644]
httpx/dispatch/asgi.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
httpx/dispatch/proxy_http.py
httpx/models.py
httpx/multipart.py [deleted file]
httpx/utils.py
tests/client/test_redirects.py
tests/dispatch/test_http2.py
tests/models/test_requests.py
tests/models/test_responses.py
tests/test_content_streams.py [moved from tests/test_content.py with 53% similarity]
tests/test_decoders.py
tests/test_multipart.py