]> git.ipfire.org Git - thirdparty/httpx.git/commit
Drop chardet (#1269)
authorTom Christie <tom@tomchristie.com>
Tue, 15 Sep 2020 10:20:19 +0000 (11:20 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Sep 2020 10:20:19 +0000 (11:20 +0100)
commitd0fe1139458f5636bcdc1dafd8b5bda5e845731a
tree5d8ae83feb80041ba32b9def9d7b0dbcc352e0cd
parent2d6c30d0613535cf1e3e6d40cc7f3eca388ea804
Drop chardet (#1269)

* Internal refactoring to swap auth/redirects ordering

* Drop chardet for charset detection

* Drop chardet in favour of simpler charset autodetection

* Revert unintentionally included changes

* Update test case

* Refactor to prefer different decoding style

* Update text decoding docs/docstrings

* Resolve typo

* Update docs/quickstart.md

Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
docs/quickstart.md
httpx/_decoders.py
httpx/_models.py
setup.py
tests/client/test_client.py
tests/models/test_responses.py
tests/test_decoders.py