一· 1xx 请求信息
Http状态码 | Http Status Code | Http状态码含义中文说明 |
---|---|---|
100 | 100 Continue | 请继续请求 |
101 | 101 Switching Protocols | 请切换协议 |
102 | 102 Processing | 将继续执行请求 |
二· 2xx 成功状态
Http状态码 | Http Status Code | Http状态码含义中文说明 |
---|---|---|
200 | 200 OK | 请求成功 |
201 | 201 Created | 请求已被接受,等待资源响应 |
202 | 202 Accepted | 请求已被接受,但尚未处理 |
203 | 203 Non-Authoritative Information | 请求已成功处理,结果来自第三方拷贝 |
204 | 204 No Content | 请求已成功处理,但无返回内容 |
205 | 205 Reset Content | 请求已成功处理,但需重置内容 |
206 | 206 Partial Content | 请求已成功处理,但仅返回了部分内容 |
207 | 207 Multi-Status | 请求已成功处理,返回了多个状态的XML消息 |
208 | 208 Already Reported | 响应已发送 |
226 | 226 IM Used | 已完成响应 |
三· 3xx 重定向状态
Http状态码 | Http Status Code | Http状态码含义中文说明 |
---|---|---|
300 | 300 Multiple Choices | 返回多条重定向供选择 |
301 | 301 Moved Permanently | 永久重定向 |
302 | 302 Found | 临时重定向 |
303 | 303 See Other | 当前请求的资源在其它地址 |
304 | 304 Not Modified | 请求资源与本地缓存相同,未修改 |
305 | 305 Use Proxy | 必须通过代理访问 |
306 | 306 (已废弃)Switch Proxy | (已废弃)请切换代理 |
307 | 307 Temporary Redirect | 临时重定向,同302 |
308 | 308 Permanent Redirect | 永久重定向,且禁止改变http方法 |
四· 4xx 客户端错误
五· 5xx 服务器错误状态
Http状态码 | Http Status Code | Http状态码含义中文说明 |
---|---|---|
500 | 500 Internal Server Error | 服务器端程序错误 |
501 | 501 Not Implemented | 服务器不支持的请求方法 |
502 | 502 Bad Gateway | 网关无响应 |
503 | 503 Service Unavailable | 服务器端临时错误 |
504 | 504 Gateway Timeout | 网关超时 |
505 | 505 HTTP Version Not Supported | 服务器不支持的HTTP版本 |
506 | 506 Variant Also Negotiates | 服务器内部配置错误 |
507 | 507 Insufficient Storage | 服务器无法存储请求 |
508 | 508 Loop Detected | 服务器因死循环而终止操作 |
509 | 509 Bandwidth Limit Exceeded | 服务器带宽限制 |
510 | 510 Not Extended | 获取资源策略未被满足 |
511 | 511 Network Authentication Required | 需验证以许可连接 |
599 | 599 Network Connect Timeout Error | 网络连接超时 |
网友评论