blob: 9e9649b7ef3dc26bbde4c4c4dbae2535164e1c35 [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Long: include
4Short: i
5Help: Include protocol response headers in the output
6See-also: verbose
7Category: important verbose
8Example: -i $URL
9Added: 4.8
10Multi: boolean
11---
12Include the HTTP response headers in the output. The HTTP response headers can
13include things like server name, cookies, date of the document, HTTP version
14and more...
15
16To view the request headers, consider the --verbose option.