httpie-cli/httpie/cli
dkreeft 6befaf9067
Added the ability to silence warnings via double -q or --quiet (#1175)
* change behavior of '--quiet' to silence errors and warnings when passed twice together with '--check-status'

* Apply suggestions from code review

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

* remove header, trailing comma, rename constant and variable

* fix flags for tests

* [skip ci] Update ticket number

Co-authored-by: Dave <d.kreeft@outlook.com>
Co-authored-by: Jakub Roztocil <jakub@roztocil.co>
Co-authored-by: Mickaël Schoentgen <contact@tiger-222.fr>
2021-10-08 14:18:11 +02:00
..
__init__.py Refactoring 2019-08-31 15:17:10 +02:00
argparser.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
argtypes.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
constants.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
definition.py Added the ability to silence warnings via double -q or --quiet (#1175) 2021-10-08 14:18:11 +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