Rumah > Artikel > hujung hadapan web > http协议怎么看到服务器返回的网页的大小_html/css_WEB-ITnose
服务器 http协议 手机
大家好,客户给我们提供了手机访问某个网页的http访问过程的协议内容。可以从中看到,服务器返回值为200,说明返回OK。 服务器的响应头部有
HTTP/1.1 200 OK
Cache-Control: private
Content-Type: text/xml
Server: Microsoft-IIS/7.5
X-UA-Compatible: IE=edge
Date: Mon, 07 Jan 2013 11:25:32 GMT
Content-Length: 48661
如果头部中标有:Transfer-Encoding: chunked的情况下需要计算一下
感谢~~
如果头部中标有:Transfer-Encoding: chunked的情况下需要计算一下