23 lines
689 B
Markdown
23 lines
689 B
Markdown
|
* `-F|--no-formatting`
|
||
|
|
||
|
A flag whose presence suppresses HTTP response formatting.
|
||
|
|
||
|
* `-h|--header`
|
||
|
|
||
|
Sets an HTTP request header. The following two value formats are supported:
|
||
|
|
||
|
* `{header}={value}`
|
||
|
* `{header}:{value}`
|
||
|
|
||
|
* `--response:body`
|
||
|
|
||
|
Specifies a file to which the HTTP response body should be written. For example, `--response:body "C:\response.json"`. The file is created if it doesn't exist.
|
||
|
|
||
|
* `--response:headers`
|
||
|
|
||
|
Specifies a file to which the HTTP response headers should be written. For example, `--response:headers "C:\response.txt"`. The file is created if it doesn't exist.
|
||
|
|
||
|
* `-s|--streaming`
|
||
|
|
||
|
A flag whose presence enables streaming of the HTTP response.
|