]> git.ipfire.org Git - thirdparty/httpx.git/commit
Added base class HTTPError with request/response attribute (#162)
authorhalbow <39669025+halbow@users.noreply.github.com>
Tue, 6 Aug 2019 13:20:48 +0000 (15:20 +0200)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Tue, 6 Aug 2019 13:20:48 +0000 (08:20 -0500)
commit92fbe5fd87143e67cc22a54d69a5d3b3e75abea3
tree9565f6fb5cf73ad6685ed2d6d684261f9cabc758
parent9142a893ffa2d399add134a42cf72915fa92d0d2
Added base class HTTPError with request/response attribute (#162)
httpx/client.py
httpx/concurrency.py
httpx/dispatch/http11.py
httpx/dispatch/http2.py
httpx/exceptions.py
httpx/interfaces.py
httpx/models.py
tests/client/test_async_client.py
tests/client/test_client.py
tests/dispatch/utils.py