]> git.ipfire.org Git - thirdparty/httpx.git/commit
Support `Response(content=<bytes iterator>)` (#1265)
authorTom Christie <tom@tomchristie.com>
Fri, 11 Sep 2020 09:28:18 +0000 (10:28 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Sep 2020 09:28:18 +0000 (10:28 +0100)
commit5ee6135256ad058bad31a1f7efda022c377b88ec
tree8d7840e94d9bf83e05fa3dd504cb42627171f24b
parent4bd08bed22094c83d61a750711e3e8b410aead0e
Support `Response(content=<bytes iterator>)` (#1265)

* Support Response(content=<bytes iterator>)

* Update test for merged master
httpx/_content_streams.py
httpx/_models.py
httpx/_types.py
tests/models/test_responses.py
tests/test_content_streams.py
tests/test_decoders.py