博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Http code 解析
阅读量:5065 次
发布时间:2019-06-12

本文共 1911 字,大约阅读时间需要 6 分钟。

前言:摘抄自Laravel框架的resopn类中。
100 => 'Continue',101 => 'Switching Protocols',102 => 'Processing', // RFC2518103 => 'Early Hints',200 => 'OK',201 => 'Created',202 => 'Accepted',203 => 'Non-Authoritative Information',204 => 'No Content',205 => 'Reset Content',206 => 'Partial Content',207 => 'Multi-Status', // RFC4918208 => 'Already Reported', // RFC5842226 => 'IM Used', // RFC3229300 => 'Multiple Choices',301 => 'Moved Permanently',302 => 'Found',303 => 'See Other',304 => 'Not Modified',305 => 'Use Proxy',307 => 'Temporary Redirect',308 => 'Permanent Redirect', // RFC7238400 => '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 => 'Payload Too Large',414 => 'URI Too Long',415 => 'Unsupported Media Type',416 => 'Range Not Satisfiable',417 => 'Expectation Failed',418 => 'I\'m a teapot', // RFC2324421 => 'Misdirected Request', // RFC7540422 => 'Unprocessable Entity', // RFC4918423 => 'Locked', // RFC4918424 => 'Failed Dependency', // RFC4918425 => 'Reserved for WebDAV advanced collections expired proposal', // RFC2817426 => 'Upgrade Required', // RFC2817428 => 'Precondition Required', // RFC6585429 => 'Too Many Requests', // RFC6585431 => 'Request Header Fields Too Large', // RFC6585451 => 'Unavailable For Legal Reasons', // RFC7725500 => 'Internal Server Error',501 => 'Not Implemented',502 => 'Bad Gateway',503 => 'Service Unavailable',504 => 'Gateway Timeout',505 => 'HTTP Version Not Supported',506 => 'Variant Also Negotiates', // RFC2295507 => 'Insufficient Storage', // RFC4918508 => 'Loop Detected', // RFC5842510 => 'Not Extended', // RFC2774511 => 'Network Authentication Required',

 

转载于:https://www.cnblogs.com/mikusnail/p/9234650.html

你可能感兴趣的文章
JS 浏览器对象
查看>>
TestNG入门
查看>>
【ul开发攻略】HTML5/CSS3菜单代码 阴影+发光+圆角
查看>>
虚拟中没有eth0
查看>>
Unity 3D游戏开发学习路线(方法篇)
查看>>
BZOJ2049[Sdoi2008]Cave 洞穴勘测(LCT模板)
查看>>
vuex插件
查看>>
2011年12月09日
查看>>
[ZJOI2007]棋盘制作 【最大同色矩形】
查看>>
合并单元格
查看>>
IOS-图片操作集合
查看>>
Android bitmap图片处理
查看>>
Android应用程序进程启动过程的源代码分析
查看>>
Redis学习手册(Key操作命令)
查看>>
模板统计LA 4670 Dominating Patterns
查看>>
泛型第23条:请不要在新代码中使用原生态类型
查看>>
从下周开始就要采用网上记录值班日志了
查看>>
团队项目开发客户端——登录子系统的设计
查看>>
【AppScan心得】IBM Rational AppScan 无法记录登录序列
查看>>
[翻译] USING GIT IN XCODE [4] 在XCODE中使用GIT[4]
查看>>