curl/docs/cmdline-opts/include.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
581 B
Markdown
Raw Normal View History

---
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
SPDX-License-Identifier: curl
Long: include
Short: i
Help: Include response headers in output
Protocols: HTTP FTP
Category: important verbose
Added: 4.8
Multi: boolean
See-also:
- verbose
Example:
- -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.