Commit 171f8ded authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

include.d: clarify that it concerns the response headers

Reported-by: olesteban at github
Fixes #1704
parent 1cfa4cd4
Loading
Loading
Loading
Loading
+5 −2
Original line number Original line Diff line number Diff line
@@ -3,5 +3,8 @@ Short: i
Help: Include protocol headers in the output
Help: Include protocol headers in the output
See-also: verbose
See-also: verbose
---
---
Include the HTTP-header in the output. The HTTP-header includes things like
Include the HTTP response headers in the output. The HTTP response headers can
server-name, date of the document, HTTP-version and more...
include things like server name, cookies, date of the document, HTTP version
and more...

To view the request headers, consider the --verbose option.