curl/docs/cmdline-opts/include.md
Daniel Stenberg 1f1975b84c
cmdline-docs: "added in" cleanups
- markup fixes
- remove some mentions of < 7.60.0 changes

Closes #14003
2024-06-24 16:56:52 +02:00

581 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 include i Include response headers in output HTTP FTP important verbose 4.8 boolean
verbose
-i $URL

--include

Include 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.