mirror of
https://github.com/curl/curl.git
synced 2024-12-21 06:50:10 +08:00
1f1975b84c
- markup fixes - remove some mentions of < 7.60.0 changes Closes #14003
581 B
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 |
|
|
--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.