mirror of
https://github.com/httpie/cli.git
synced 2025-06-06 23:36:27 +02:00
Add help output for --chunked (#1174)
This commit is contained in:
parent
555afef486
commit
50f57f8c82
@ -711,9 +711,11 @@ network.add_argument(
|
|||||||
'--chunked',
|
'--chunked',
|
||||||
default=False,
|
default=False,
|
||||||
action='store_true',
|
action='store_true',
|
||||||
help="""
|
help='''
|
||||||
|
Enable streaming via chunked transfer encoding.
|
||||||
|
The Transfer-Encoding header is set to chunked.
|
||||||
|
|
||||||
"""
|
'''
|
||||||
)
|
)
|
||||||
|
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
Loading…
x
Reference in New Issue
Block a user