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