curl/docs/cmdline-opts/show-headers.md
Daniel Stenberg 82c53f821f
tool_getparam: make --show-headers the same as --include
Simply a name alias that better explains what the option does.

Closes #13987
2024-08-03 19:56:57 +02:00

816 B

c SPDX-License-Identifier Long Short Help Protocols Category Added Multi See-also Example
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. curl show-headers i Show response headers in output HTTP FTP important verbose output 4.8 boolean
verbose
-i $URL

--show-headers

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.

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 combination with this option and there was error reported by server.

This option was called --include before 8.10.0. The previous name remains functional.