HTTP Status Code - http.gs

  • About
100 Continue
客户端应继续其请求

100 Continue

202 Accepted
已经接受请求,但未处理完成

202 Accepted

305 Use Proxy
所请求的资源必须通过代理访问

305 Use Proxy

400 Bad Request
客户端请求的语法错误,服务器无法理解

400 Bad Request

403 Forbidden
服务器理解请求客户端的请求,但是拒绝执行此请求

403 Forbidden

408 Request Time-out
服务器等待客户端发送的请求时间过长,超时

408 Request Time-out

410 Gone
410不同于404,如果资源以前有现在被永久删除了可使用410代码,网站设计人员可通过301代码指定资源的新位置

410 Gone

414 Request-URI Too Large
请求的URI过长(URI通常为网址),服务器无法处理

414 Request-URI Too Large

500 Internal Server Error
服务器内部错误,无法完成请求

500 Internal Server Error

503 Service Unavailable
延时的长度可包含在服务器的Retry-After头信息中

503 Service Unavailable

200 OK
一般用于GET与POST请求

200 OK

206 Partial Content
服务器成功处理了部分GET请求

206 Partial Content

302 Found
与301类似。但资源只是临时被移动。客户端应继续使用原有URI

302 Found

402 Payment Required
保留,将来使用

402 Payment Required

406 Not Acceptable
服务器无法根据客户端请求的内容特性完成请求

406 Not Acceptable

411 Length Required
服务器无法处理客户端发送的不带Content-Length的请求信息

411 Length Required

415 Unsupported Media Type
服务器无法处理请求附带的媒体格式

415 Unsupported Media Type

501 Not Implemented
服务器不支持请求的功能,无法完成请求

501 Not Implemented

505 HTTP Version not supported
服务器不支持请求的HTTP协议的版本,无法完成处理

505 HTTP Version not supported

201 Created
成功请求并创建了新的资源

201 Created

204 No Content
服务器成功处理,但未返回内容。在未更新网页的情况下,可确保浏览器继续显示当前文档

204 No Content

301 Moved Permanently
请求的资源已被永久的移动到新URI,返回信息会包括新的URI,浏览器会自动定向到新URI。今后任何新的请求都应使用新的URI代替

301 Moved Permanently

401 Unauthorized
请求要求用户的身份认证

401 Unauthorized

405 Method Not Allowed
客户端请求中的方法被禁止

405 Method Not Allowed

409 Conflict
服务器完成客户端的 PUT 请求时可能返回此代码,服务器处理请求时发生了冲突

409 Conflict

413 Request Entity Too Large
为防止客户端的连续请求,服务器可能会关闭连接。如果只是服务器暂时无法处理,则会包含一个Retry-After的响应信息

413 Request Entity Too Large

416 Requested range not satisfiable
客户端请求的范围无效

416 Requested range not satisfiable

504 Gateway Time-out
充当网关或代理的服务器,未及时从远端服务器获取请求

504 Gateway Time-out

HTTP.gs

HTTP Status Code - http.gs

Follow me

  • Github

© web1n. Code generated with Hugo, theme based on AutoPhugo.