/*
Http响应协议
HTTP/1.1 200 OK //应答行 包含: http协议版本 空格 响应消息号 消息描述
Date: Tue, 10 May 2016 09:15:00 GMT //下面这些key-value是响应消息头
Server: VWebServer
X-Frame-Options: SAMEORIGIN
Last-Modified: Tue, 10 May 2016 08:22:39 GMT
ETag: "5a86-53278a0cff1c0"
Accept-Ranges: bytes
Content-Length: 23174
Vary: User-Agent,Accept-Encoding
Cache-Control: private, max-age=600
Expires: Tue, 10 May 2016 09:25:00 GMT
Connection: close
Content-Type: text/html
Content-Language: zh-CN
//响应消息头结束处,必须有一个空行
响应正文(通常是html代码)
*/
http响应协议 请求内容
最新推荐文章于 2025-03-17 08:30:00 发布