]> git.ipfire.org Git - thirdparty/httpx.git/commit
Map httpcore exceptions for `Response` read methods (#1190)
authorJoe <nigelchiang@outlook.com>
Wed, 19 Aug 2020 11:10:04 +0000 (19:10 +0800)
committerGitHub <noreply@github.com>
Wed, 19 Aug 2020 11:10:04 +0000 (12:10 +0100)
commit03cd88c336a3f464d117cea1e2aa09488478edc6
tree78e2e05a6946ac6414e98da3cc99dbe7fb356ec5
parentd10b7cdc51a332d65edec774c2386213b0ee1a01
Map httpcore exceptions for `Response` read methods (#1190)

* Map httpcore exceptions for `Response.iter_*` methods

* Tweak

* Change wording

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
Co-authored-by: Tom Christie <tom@tomchristie.com>
httpx/_models.py
tests/conftest.py
tests/test_exceptions.py