]> git.ipfire.org Git - thirdparty/httpx.git/commit
Sync streaming interface on responses (#695)
authorTom Christie <tom@tomchristie.com>
Thu, 2 Jan 2020 12:56:11 +0000 (12:56 +0000)
committerGitHub <noreply@github.com>
Thu, 2 Jan 2020 12:56:11 +0000 (12:56 +0000)
commit11e7604d1ad0a59907245fa898b74da36cbaf77c
tree14e3c125ccda6ad114e720f814c80436facae7a9
parentb0bf2a7513bdbe6877c4ff1f577bb968a8515ccf
Sync streaming interface on responses (#695)

* Sync streaming interface on responses

* Fix test case

* Test coverage for sync response APIs

* Address review comments
httpx/content_streams.py
httpx/models.py
tests/models/test_responses.py
tests/test_content_streams.py