forked from extern/httpie-cli
Add help output for --chunked (#1174)
This commit is contained in:
parent
555afef486
commit
50f57f8c82
@ -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.
|
||||
|
||||
"""
|
||||
'''
|
||||
)
|
||||
|
||||
#######################################################################
|
||||
|
Loading…
Reference in New Issue
Block a user