-i, --include
curl www.test.com --include-i
参数可以显示http response的头信息,连同网页代码一起。
@摘要 man curl
(HTTP) Include the HTTP-header in the output. The HTTP-header includes things like server-name, date of the document, HTTP-version and more...
curl www.test.com --include-i
参数可以显示http response的头信息,连同网页代码一起。
@摘要 man curl
(HTTP) Include the HTTP-header in the output. The HTTP-header includes things like server-name, date of the document, HTTP-version and more...
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。