2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: include
|
|
|
|
Short: i
|
2017-07-30 14:29:36 +08:00
|
|
|
Help: Include protocol response headers in the output
|
2016-11-16 06:44:58 +08:00
|
|
|
See-also: verbose
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: important verbose
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: -i $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 4.8
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: boolean
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
2017-07-29 00:22:50 +08:00
|
|
|
Include the HTTP response headers in the output. The HTTP response headers can
|
|
|
|
include things like server name, cookies, date of the document, HTTP version
|
|
|
|
and more...
|
|
|
|
|
|
|
|
To view the request headers, consider the --verbose option.
|