参考博文:HTTP状态码详解
:表示接收到请求并且继续处理
100
Continue
101
Switching Protocols
:表示动作被成功接收、理解和接受
200
OK
201
Created
202
Accepted
已经接受请求,但处理尚未完成。
203
Non-Authoritative Information
204
No Content
205
Reset Content
206
Partial Content
:为了完成指定的动作,必须接受进一步处理
300
Multiple Choices
301
Moved Permanently
302
Found
,而不是永久性的。注意,在
303
See Other
304
Not Modified
305
Use Proxy
307
Temporary Redirect
:请求包含错误语法或不能正确执行
400
Bad Request
请求出现语法错误。
401
Unauthorized
403
Forbidden
资源不可用。服务器理解客户的请求,但拒绝处理它。通常由于服务器上文件或目录的权限设置导致。
404
Not Found
无法找到指定位置的资源。这也是一个常用的应答。
405
Method Not Allowed
406
Not Acceptable
407
Proxy Authentication Required
408
Request Timeout
409
Conflict
410
Gone
411
Length Required
412
Precondition Failed
413
Request Entity Too Large
414
Request URI Too Long
416
Requested Range Not Satisfiable
:服务器不能正确执行一个正确的请求
500
Internal Server Error
服务器遇到了意料不到的情况,不能完成客户的请求。
501
Not Implemented
502
Bad Gateway
服务器作为网关或者代理时,为了完成请求访问下一个服务器,但该服务器返回了非法的应答。
503
Service Unavailable
504
Gateway Timeout
505
HTTP Version Not Supported