httpie-cli/httpie/output
Mickaël Schoentgen 71adcd97d0
Improve handling of prettified responses without correct content-type encoding (#1110)
* Improve handling of responses without correct content-type charset

* [skip ci] Minor tweaks in tests

* [skip ci] Add documentation

Co-authored-by: claudiatd <claudiatd@gmail.com>

* Improve unknown encoding test

[skip ci]

* Review mime and options retrieval

* Add full content-type example in help output

* Simplify decoder

* [skip ci] s/charset/encoding/

* Tweaks

* [skip ci] Fix type annotation

* [skip ci] s/charset/encoding/

* Tweaks

* Fix type annoation

* Improvement

* Introduce `codec.encode()`

* [skip ci] Tweak changelog

Co-authored-by: claudiatd <claudiatd@gmail.com>
2021-09-29 20:22:19 +02:00
..
formatters Improve handling of prettified responses without correct content-type encoding (#1110) 2021-09-29 20:22:19 +02:00
lexers Improve JSON output when there is leading data before the actual JSON body (#1130) 2021-09-21 11:15:43 +02:00
__init__.py Modularized output, refactoring 2014-04-27 21:58:00 +02:00
processing.py Allow to overwrite the response Content-Type from options (#1134) 2021-09-27 13:58:19 +02:00
streams.py Improve handling of prettified responses without correct content-type encoding (#1110) 2021-09-29 20:22:19 +02:00
utils.py Allow to overwrite the response Content-Type from options (#1134) 2021-09-27 13:58:19 +02:00
writer.py Minor clean-up (#1112) 2021-07-26 23:56:38 +02:00