状态码

作者: 猿来是八阿哥 | 来源:发表于2020-03-06 19:43 被阅读0次
    100 => 'Continue',
    101 => 'Switching Protocols',
    102 => 'Processing',
    118 => 'Connection timed out',
    200 => 'OK',
    201 => 'Created',
    202 => 'Accepted',
    203 => 'Non-Authoritative',
    204 => 'No Content',
    205 => 'Reset Content',
    206 => 'Partial Content',
    207 => 'Multi-Status',
    208 => 'Already Reported',
    210 => 'Content Different',
    226 => 'IM Used',
    300 => 'Multiple Choices',
    301 => 'Moved Permanently',
    302 => 'Found',
    303 => 'See Other',
    304 => 'Not Modified',
    305 => 'Use Proxy',
    306 => 'Reserved',
    307 => 'Temporary Redirect',
    308 => 'Permanent Redirect',
    310 => 'Too many Redirect',
    400 => 'Bad Request',
    401 => 'Unauthorized',
    402 => 'Payment Required',
    403 => 'Forbidden',
    404 => 'Not Found',
    405 => 'Method Not Allowed',
    406 => 'Not Acceptable',
    407 => 'Proxy Authentication Required',
    408 => 'Request Time-out',
    409 => 'Conflict',
    410 => 'Gone',
    411 => 'Length Required',
    412 => 'Precondition Failed',
    413 => 'Request Entity Too Large',
    414 => 'Request-URI Too Long',
    415 => 'Unsupported Media Type',
    416 => 'Requested range unsatisfiable',
    417 => 'Expectation failed',
    418 => 'I\'m a teapot',
    422 => 'Unprocessable entity',
    423 => 'Locked',
    424 => 'Method failure',
    425 => 'Unordered Collection',
    426 => 'Upgrade Required',
    428 => 'Precondition Required',
    429 => 'Too Many Requests',
    431 => 'Request Header Fields Too Large',
    449 => 'Retry With',
    450 => 'Blocked by Windows Parental Controls',
    500 => 'Internal Server Error',
    501 => 'Not Implemented',
    502 => 'Bad Gateway or Proxy Error',
    503 => 'Service Unavailable',
    504 => 'Gateway Time-out',
    505 => 'HTTP Version not supported',
    507 => 'Insufficient storage',
    508 => 'Loop Detected',
    509 => 'Bandwidth Limit Exceeded',
    510 => 'Not Extended',
    511 => 'Network Authentication Required',

相关文章

  • http状态码

    本篇关于http状态码 目录 http状态码分类 HTTP状态码列表 备注 http状态码分类 HTTP状态码列表 备注

  • http状态码书目录

    http状态码之100 http状态码之101 http状态码之102 http状态码之200 http状态码之2...

  • 图解HTTP-HTTP状态码

    204 NoContent状态码状态码

  • 状态码

    http网络请求 返回statusCode(状态码) 200、300、400、500。。。 201-206都表示服...

  • 状态码

    http状态码 1** 信息,服务器收到请求,需要请求者继续执行操作2** 成功,操作被成功接收并处理3** ...

  • 状态码

  • 状态码

    一 、2XX成功 1. 200 OK 表示从客户端发来的请求在服务器端被正常处理了。 2. 204 No Cont...

  • 状态码

    状态码

  • 状态码

    其中比较常用的几个是:200,201,204,206,301,302,303,304,403,404,500,50...

  • 状态码

    状态码类别 1XX:请求已经接受,继续处理中 2XX:请求已经处理成功 3XX:请求重定向 4XX:请求错误(语法...

网友评论

      本文标题:状态码

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