Response Headers source
HTTP/1.1 200 OK
Server: bfe/1.0.8.14
Date: Sun, 28 Feb 2016 16:59:05 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
Cache-Control: private
Cxy_all: baidu+5e809c1472cf8ad6b223586ddd9a8fd7
Expires: Sun, 28 Feb 2016 16:58:17 GMT
X-Powered-By: HPHP
X-UA-Compatible: IE=Edge,chrome=1
BDPAGETYPE: 1
BDQID: 0xaf0d8a58006c29b2
BDUSERID: 0
Set-Cookie: BDSVRTM=0; path=/
Set-Cookie: BD_HOME=0; path=/
Set-Cookie: H_PS_PSSID=1453_18284_17944_18205_18133_17001_17073_15784_11866; path=/; domain=.baidu.com
Content-Encoding: gzip
Set-Cookie: __bsi=17907717243331960959_00_0_I_R_5_0303_C02F_N_I_I_0; expires=Sun, 28-Feb-16 16:59:10 GMT; domain=www.baidu.com; path=/
应答解析
应答码
1xx:表示服务器已接收了客户端请求,客户端可继续发送请求
2xx:表示服务器已成功接收到请求并进行处理- 200: OK
- 206: Partial Content
3xx:表示服务器要求客户端重定向 - 301: Moved Permancently
- 303: See Other
- 304: Not Modified
4xx:客户端错误 - 400: Bad Request
- 404 Not Found
5xx:服务端错误 - 500: Internal Server Error
- 501: Not Implemented
Server: 应答服务器
Content-Type: 应答的数据类型
- text/*
- image/*
- audio/*
- video/*
Last-Modified: 上一次修改时间
- Content-Encoding: 应答编码类型
- Content-Length: 应答的内容长度