HttpWatch工具简介及使用技巧
2010-10-01 17:50:33 来源:WEB开发网Cookies没什么说的,前面已列举了
右边:服务器端向客户端返回数据流
1 HTTP/1.0 304 Not Modified
服务器告诉客户,原来缓冲的文档还可以继续使用。
2 Date: Mon, 31 Dec 2007 21:42:27 GMT
发送HTTP消息的日期
3 Content-Type: image/gif
服务器返回请求类型是image/gif
4 Expires: Wed, 30 Jan 2008 21:42:27 GMT
指定实体的有效期
5 Last-Modified: Wed, 19 Apr 2006 03:46:16 GMT
指定被请求资源上次被修改的日期和时间
6 Age: 5607
表示Http接受到请求操作响应后的缓存时间
7 X-Cache: HIT from mimg68.nets.com
表示你的 http request 是由 proxy server 回的
8 Connection: keep-alive
保持Tcp请求连接状态
9. 3.9 HttpWatch请求信息框
菜单区如上图红框所示:
Started: 表示开始记录请求一个URL时间
Time: 表示记录请求耗费的时间
Sent: 表示客户端向服务器端发送请求字节大小
Reveived:表示客户端收到服务端发送请求字节大小
Method: 表示请求URL方式
Result: 表示服务器返回到客户端结果
以下是Httpwatch中http状态码列表
200
OK/Success status code
302
Moved temporarily status code
304
Not modified status code
401
Access denied status code
404
Page or file not found
Aborted
Internet Explorer aborted the HTTP request before a response was received
(Cache)
Content read from cache without sending an HTTP request to the server
ERROR_*
An error occurred such as ERROR_INTERNET_NAME_NOT_RESOLVED
2xx
Successful HTTP status code
3xx
Redirection HTTP status code
4xx
Client error HTTP status code
5xx
Server error HTTP status code
详细Http状态查询,可以参考这个
态代码
状态信息
含义
100
Continue
初始的请求已经接受,客户应当继续发送请求的其余部分。(HTTP 1.1新)
101
Switching Protocols
服务器将遵从客户的请求转换到另外一种协议(HTTP 1.1新)
200
OK
一切正常,对GET和POST请求的应答文档跟在后面。
201
Created
服务器已经创建了文档,Location头给出了它的URL。
202
Accepted
已经接受请求,但处理尚未完成。
203
Non-Authoritative Information
更多精彩
赞助商链接