Laravel Http 状态码整理

作者: php 发布时间: 2019-08-09 浏览: 2323 次 编辑
HTTP 状态码原文翻译
100Continue继续
101Switching Protocols切换协议
102Processing处理
103Early Hints早期提示
200OK
201Created创建
202Accepted接受
203Non-Authoritative Information非权威信息
204No Content无内容
205Reset Content重置内容
206Partial Content部分内容
207Multi-Status多态
208Already Reported已经报道过了
226IM UsedIM已使用
300Multiple Choices多种选择
301Moved Permanently永久移动
302Found发现
303See Other见其他
304Not Modified没有修改
305Use Proxy使用代理服务器
307Temporary Redirect临时重定向
308Permanent Redirect永久重定向
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有效载荷过大
414URI Too LongURI太长了
415Unsupported Media Type不支持的媒体类型
416Range Not Satisfiable范围不满意
417Expectation Failed期望失败
418I’m a teapot彩蛋:我是一个茶壶
421Misdirected Request错误的请求
422Unprocessable Entity不可处理的实体
423Locked锁定
424Failed Dependency失败的依赖
425Too Early太早了
426Upgrade Required需要升级
428Precondition Required前提要求
429Too Many Requests请求太多
431Request Header Fields Too Large请求标头字段太大
451Unavailable For Legal Reasons法律原因不可用
500Internal Server Error内部服务器错误
501Not Implemented未实现
502Bad Gateway错误的网关
503Service Unavailable暂停服务
504Gateway Timeout网关超时
505HTTP Version Not Supported不支持HTTP版本
506Variant Also Negotiates服务器存在内部配置错
507Insufficient Storage存储空间不足
508Loop Detected检测到环路
510Not Extended没有扩展
511Network Authentication Required需要网络验证
标签: http状态码