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

Include response metadata in --print help

This commit is contained in:
Batuhan Taskaya
2021-12-24 11:50:19 +03:00
parent f3b500119c
commit 747accc2ae

View File

@@ -383,6 +383,7 @@ output_options.add_argument(
'{OUT_REQ_BODY}' request body
'{OUT_RESP_HEAD}' response headers
'{OUT_RESP_BODY}' response body
'{OUT_RESP_META}' response metadata
The default behaviour is '{OUTPUT_OPTIONS_DEFAULT}' (i.e., the response
headers and body is printed), if standard output is not redirected.