]> git.ipfire.org Git - thirdparty/httpx.git/commit
Switch follow redirects default (#1808)
authorTom Christie <tom@tomchristie.com>
Mon, 13 Sep 2021 12:21:22 +0000 (13:21 +0100)
committerGitHub <noreply@github.com>
Mon, 13 Sep 2021 12:21:22 +0000 (13:21 +0100)
commit47266d763bdef9dc99f9c9d09d49d441b87802e6
tree6ac7a2314a0961bfc8de944f4c843a759952b204
parent0b4a83257bef85559d91b466e4ac94a216a25485
Switch follow redirects default (#1808)

* Switch default on allow_redirects to False

* allow_redirects -> follow_redirects

* Update follow_redirects default in top-level API

* Update docs on follow_redirects
docs/compatibility.md
docs/quickstart.md
httpx/_api.py
httpx/_client.py
httpx/_models.py
tests/client/test_event_hooks.py
tests/client/test_redirects.py
tests/test_utils.py