]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop `.next()`/`.anext()` in favour of `response.next_request` (#1339)
authorTom Christie <tom@tomchristie.com>
Tue, 6 Oct 2020 13:53:07 +0000 (14:53 +0100)
committerGitHub <noreply@github.com>
Tue, 6 Oct 2020 13:53:07 +0000 (14:53 +0100)
commit0eed6a37340ba9d073da69574409be0d817ecae7
tree4b2394f4178c97bd2eb0c6715fd75b24fe0e0643
parent2a2bbe58a6dee4302d94a8eae07559f240012edb
Drop `.next()`/`.anext()` in favour of `response.next_request` (#1339)

* Drop response.next()/response.anext() in favour of response.next_request

* Drop NotRedirectResponse
docs/exceptions.md
httpx/__init__.py
httpx/_client.py
httpx/_exceptions.py
httpx/_models.py
tests/client/test_async_client.py
tests/client/test_client.py
tests/client/test_redirects.py