1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Refactor client

This commit is contained in:
Jakub Roztocil
2019-09-01 11:38:14 +02:00
parent a34b3d9d87
commit 4dffac7a25
3 changed files with 53 additions and 31 deletions

View File

@@ -169,6 +169,7 @@ content_processing = parser.add_argument_group(
content_processing.add_argument(
'--compress', '-x',
action='count',
default=0,
help="""
Content compressed (encoded) with Deflate algorithm.
The Content-Encoding header is set to deflate.