We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
200 success 201 Created - 已创建。成功请求并创建了新的资源 202 Accepted - 已接受。已经接受请求,但未处理完成 204 无内容 - 服务器成功处理,但未返回内容。 在未更新网页的情况下,可确保浏览器继续显示当前文档 302 Found - 资源只是临时被移动 304 Not Modified - 未修改。所请求的资源未修改,服务器返回此状态码时,不会返回任何资源 客户端通常会缓存访问过的资源,通过提供一个头信息指出客户端 希望只返回在指定日期之后修改的资源 400 Bad Request - 客户端请求的语法错误,服务器无法理解 401 Unauthorized - 请求要求用户的身份认证 402 Payment Required- 保留,将来使用 403 Forbidden - 服务器理解请求客户端的请求,但是拒绝执行此请求 404 Not Found - 服务器无法根据客户端的请求找到资源(网页)。 通过此代码,网站设计人员可设置"您所请求的资源无法找到"的个性页面 500 Internal Server Error - 服务器内部错误,无法完成请求 502 Bad Gateway - 作为网关或者代理工作的服务器尝试执行请求时, 从远程服务器接收到了一个无效的响应 503 Service Unavailable - 由于超载或系统维护,服务器暂时的无法处理客户端的请求。 延时的长度可包含在服务器的Retry-After头信息中 504 Gateway Time-out - 充当网关或代理的服务器,未及时从远端服务器获取请求 505 HTTP Version not supported - 服务器不支持请求的HTTP协议的版本,无法完成处理
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: