httpie-cli/httpie
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
..
cli Added the ability to silence warnings via double -q or --quiet (#1175) 2021-10-08 14:18:11 +02:00
output Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
plugins Remove unused import 2021-10-07 14:41:03 +02:00
__init__.py Bump the version to 2.6.0.dev0 (#1162) 2021-09-21 10:40:09 +02:00
__main__.py Rework __main__.py to follow best practices (#1124) 2021-08-06 16:57:19 +02:00
client.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
compat.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
config.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
context.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
core.py Added the ability to silence warnings via double -q or --quiet (#1175) 2021-10-08 14:18:11 +02:00
downloads.py --download: Use time.monotonic() and rework code to prevent ZeroDivisionError specific handling (#1113) 2021-07-29 16:05:56 +02:00
encoding.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
models.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00
sessions.py Use PYthon 3 documentation 2021-09-28 12:54:16 +02:00
ssl.py Request content type 2020-09-25 14:44:22 +02:00
status.py Cleanup 2019-12-02 00:58:10 +01:00
uploads.py Use relative imports (#1057) 2021-05-05 14:13:39 +02:00
utils.py Fix encoding error with non-prettified encoded responses (#1168) 2021-10-06 17:27:07 +02:00