httpie-cli/httpie/cli
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
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Use httpie.io/docs everywhere 2021-09-28 12:53:53 +02:00
argtypes.py Review OSError exceptions handling (#1080) 2021-05-31 10:10:41 +02:00
constants.py Allow to overwrite the response Content-Type from options (#1134) 2021-09-27 13:58:19 +02:00
definition.py Improve handling of prettified responses without correct content-type encoding (#1110) 2021-09-29 20:22:19 +02:00
dicts.py Add support for streamed uploads, --chunked, finish --multipart, etc. 2020-09-28 12:16:57 +02:00
exceptions.py Refactoring 2019-08-31 15:17:10 +02:00
requestitems.py Fix duplicate keys preservation of JSON data (#1163) 2021-09-21 19:07:59 +02:00