]> git.ipfire.org Git - thirdparty/httpx.git/commit
Make `raise_for_status` chainable (#2776)
authorTrim21 <trim21.me@gmail.com>
Tue, 1 Aug 2023 09:22:58 +0000 (17:22 +0800)
committerGitHub <noreply@github.com>
Tue, 1 Aug 2023 09:22:58 +0000 (10:22 +0100)
commit9415af643f23600403740baad0a466edc5cdbec1
tree5c0873b56a9a4f6c258e5d254ba598d03bafad64
parent55b8669acbedb617123409487f744810f59ebe6f
Make `raise_for_status` chainable (#2776)

* merge upstream

* lint

* Update test_async_client.py

* update docs

* add example

* Update docs/quickstart.md

Co-authored-by: Tom Christie <tom@tomchristie.com>
* Update CHANGELOG.md

Co-authored-by: Tom Christie <tom@tomchristie.com>
* Update docs/quickstart.md

Co-authored-by: Tom Christie <tom@tomchristie.com>
---------

Co-authored-by: Tom Christie <tom@tomchristie.com>
CHANGELOG.md
docs/api.md
docs/quickstart.md
httpx/_models.py
tests/client/test_async_client.py
tests/client/test_client.py