From: Daniel Stenberg Date: Sun, 17 Nov 2024 16:44:47 +0000 (+0100) Subject: show-headers.md: clarify the headers are saved with the data X-Git-Tag: curl-8_11_1~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ca6d3d2e9b5814d126445b1d0667c140037327a0;p=thirdparty%2Fcurl.git show-headers.md: clarify the headers are saved with the data Fixes #15605 Reported-by: tkzv on github Closes #15606 --- diff --git a/docs/cmdline-opts/show-headers.md b/docs/cmdline-opts/show-headers.md index 126610f7cf..b2a45d6c2f 100644 --- a/docs/cmdline-opts/show-headers.md +++ b/docs/cmdline-opts/show-headers.md @@ -10,6 +10,7 @@ Added: 4.8 Multi: boolean See-also: - verbose + - dump-header Example: - -i $URL --- @@ -20,6 +21,9 @@ Show response headers in the output. HTTP response headers can include things like server name, cookies, date of the document, HTTP version and more. With non-HTTP protocols, the "headers" are other server communication. +This option makes the response headers get saved in the same stream/output as +the data. --dump-header exists to save headers in a separate stream. + To view the request headers, consider the --verbose option. Prior to 7.75.0 curl did not print the headers if --fail was used in