]> git.ipfire.org Git - thirdparty/httpx.git/commit
Minor decoder refactoring. (#1276)
authorTom Christie <tom@tomchristie.com>
Thu, 10 Sep 2020 14:10:31 +0000 (15:10 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Sep 2020 14:10:31 +0000 (15:10 +0100)
commit6006721c6d85f602e92c76e3c126073ea6cd19da
tree5c8b20b363ffbf35212a8ce445a2aaa72f491715
parent59074c7bc0e53c614baba450c77769cc030c96bc
Minor decoder refactoring. (#1276)

* Switch auth/redirect methods to follow flow of execution better

* Drop response.decoder property

* Decoder -> ContentDecoder

* Decoder -> ContentDecoder
httpx/_decoders.py
httpx/_models.py