美文网首页
HTTP Status Codes

HTTP Status Codes

作者: iOS_KFC | 来源:发表于2017-09-12 14:26 被阅读0次

转载自:https://httpstatuses.com

1×× Informational

100Continue

101Switching Protocols

102Processing

2×× Success

200OK

201Created

202Accepted

203Non-authoritative Information

204No Content

205Reset Content

206Partial Content

207Multi-Status

208Already Reported

226IM Used

3×× Redirection

300Multiple Choices

301Moved Permanently

302Found

303See Other

304Not Modified

305Use Proxy

307Temporary Redirect

308Permanent Redirect

4×× Client Error

400Bad Request

401Unauthorized

402Payment Required

403Forbidden

404Not Found

405Method Not Allowed

406Not Acceptable

407Proxy Authentication Required

408Request Timeout

409Conflict

410Gone

411Length Required

412Precondition Failed

413Payload Too Large

414Request-URI Too Long

415Unsupported Media Type

416Requested Range Not Satisfiable

417Expectation Failed

418I'm a teapot

421Misdirected Request

422Unprocessable Entity

423Locked

424Failed Dependency

426Upgrade Required

428Precondition Required

429Too Many Requests

431Request Header Fields Too Large

444Connection Closed Without Response

451Unavailable For Legal Reasons

499Client Closed Request

5×× Server Error

500Internal Server Error

501Not Implemented

502Bad Gateway

503Service Unavailable

504Gateway Timeout

505HTTP Version Not Supported

506Variant Also Negotiates

507Insufficient Storage

508Loop Detected

510Not Extended

511Network Authentication Required

599Network Connect Timeout Error

相关文章

  • HTTP Status Codes

    转载自:https://httpstatuses.com 1×× Informational 100Continu...

  • HTTP Status Codes

    1×× Informational 100 Continue 101 Switching Protocols 10...

  • HTTP 状态码

    http://www.runoob.com/http/http-status-codes.html http://...

  • HTTP response status codes

    HTTP 响应状态代码指示特定HTTP请求是否已成功完成。响应分为五类: 信息响应 成功响应 重定向 客户端错误 ...

  • http教程

    http状态码 http://www.runoob.com/http/http-status-codes.html

  • HTTP状态码

    https://www.runoob.com/http/http-status-codes.html http的状...

  • HTTP常见状态码

    HTTP状态码大全: http://www.runoob.com/http/http-status-codes.h...

  • XMLHttpRequest statusText code

    var HTTP_STATUS_CODES = { 100: "Continue", 101: "Swit...

  • http

    http http.METHODS 解析器支持的 HTTP 方法列表 http.STATUS_CODES 所有标准...

  • 网络请求错误状态码

    https://en.wikipedia.org/wiki/List_of_HTTP_status_codes摘抄...

网友评论

      本文标题:HTTP Status Codes

      本文链接:https://www.haomeiwen.com/subject/rsycsxtx.html