]> git.ipfire.org Git - thirdparty/httpx.git/commit
Add `charset_normalizer` detection. (#1791)
authorTom Christie <tom@tomchristie.com>
Fri, 13 Aug 2021 10:38:53 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 10:38:53 +0000 (11:38 +0100)
commitacb5e6ac500fbe172f5958f480866da719aeb858
treeb2ad80cf9fbe5226b2d5eecd7c9f923ebb8f44d9
parent77246617ca6b5d282f3c3191a8532e5158005077
Add `charset_normalizer` detection. (#1791)

* Add charset_normalizer detection

* Tweak JSON tests for slightly different charset decoding behaviour

* Add charset-normalizer to docs
README.md
docs/index.md
httpx/_decoders.py
httpx/_models.py
setup.py
tests/models/test_responses.py
tests/test_decoders.py