mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
436cd490fc
Follow-up to171f8de
andde6de94
. Bug: https://github.com/curl/curl/commit/de6de94#commitcomment-23370851 Reported-by: Daniel Stenberg
11 lines
328 B
Makefile
11 lines
328 B
Makefile
Long: include
|
|
Short: i
|
|
Help: Include protocol response headers in the output
|
|
See-also: verbose
|
|
---
|
|
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.
|