1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00
httpie-cli/httpie/cli
Mickaël Schoentgen 9c89c703ae
Allow to overwrite the response Content-Type from options (#1134)
* Allow to override the response `Content-Type` from options

* Apply suggestions from code review

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>

* Rename the option from `--response.content-type` to `--response-as`

* Update CHANGELOG.md

Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
2021-09-27 13:58:19 +02:00
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Allow to overwrite the response Content-Type from options (#1134) 2021-09-27 13:58:19 +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 Allow to overwrite the response Content-Type from options (#1134) 2021-09-27 13:58: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