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

Add help output for --chunked (#1174)

This commit is contained in:
Mickaël Schoentgen
2021-10-07 17:37:06 +02:00
committed by GitHub
parent 555afef486
commit 50f57f8c82

View File

@@ -711,9 +711,11 @@ network.add_argument(
'--chunked',
default=False,
action='store_true',
help="""
help='''
Enable streaming via chunked transfer encoding.
The Transfer-Encoding header is set to chunked.
"""
'''
)
#######################################################################