-i, --include
curl www.baidu.com --include-i
参数能够显示http response的头信息,连同网页代码一起。
(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.baidu.com --include-i
参数能够显示http response的头信息,连同网页代码一起。
(HTTP) Include the HTTP-header in the output. The HTTP-header includes things like server-name, date of the document, HTTP-version and more...