// Informational 1xx
100 => 'Continue',
101 => 'Switching Protocols',
// Success 2xx
200 => 'OK',
201 => 'Created',
202 => 'Accepted',
203 => 'Non-Authoritative Information',
204 => 'No Content',
205 => 'Reset Content',
206 => 'Partial Content',
// Redirection 3xx
300 => 'Multiple Choices',
301 => 'Moved Permanently',
302 => 'Moved Temporarily ', // 1.1
303 => 'See Other',
304 => 'Not Modified',
305 => 'Use Proxy',
// 306 is deprecated but reserved
307 => 'Temporary Redirect',
// Client Error 4xx
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 Timeout',
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 Not Satisfiable',
417 => 'Expectation Failed',
// Server Error 5xx
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',
503 => 'Service Unavailable',
504 => 'Gateway Timeout',
505 => 'HTTP Version Not Supported',
509 => 'Bandwidth Limit Exceeded'
相关文章
- 10-07死磕Lambda表达式(四):常用的函数式接口
- 10-07js 使用微信公众号jssdk的接口,扫码,选择图片,获取位置信息
- 10-07EF Code First 常用命令
- 10-07Python 常用模块系列学习(1)--random模块常用function总结--简单应用--验证码生成
- 10-07多测师讲解接口测试 _HTTP常见的状态码归纳_高级讲师肖sir
- 10-07常用MouseEvent鼠标事件对象&KeyboardEvent键盘事件对象&常用键盘码
- 10-07关于计算机网络海明Hamming Code校验码, CRC及奇偶码校验
- 10-07工业屏的液晶屏接口 常用的LCD液晶屏之中的接口定义
- 10-07VS Code常用快捷键
- 10-07使用ABAP创建QR Code(二维码)