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.