0%
[build by hexo/next/gitalk/hexo-generator-search/LaTeX]">
- 200(OK):服务器正常响应
- 201(Created):创建新实体,响应头Location指定访问该实体的URL
- 202(Accepted):服务器接受请求,处理尚未完成。可用于异步处理机制
- 204(No Content):服务器正常响应,但响应实体为空
- 301(Moved Permanently):请求资源的地址发生永久变动,响应头Location指定新的URL
- 302(Found):请求资源的地址发生临时变动
- 304(Not modified):客户端缓存资源依然有效
- 400(Bad Request):请求信息出现语法错误
- 401(Unauthorized):请求资源无法授权给未验证用户
- 403(Forbidden):请求资源未授权当前用户
- 404(Not Found):请求资源不存在
- 405(Method Not Allowed):请求方法不匹配
- 406(Not Acceptable):请求资源的媒体类型不匹配
- 500(Internal Server Error):服务器内部错误,意外终止响应
- 501(Not Implemented):服务器不支持当前请求