@@ -103,25 +103,25 @@ class Response
103
103
416 => 'Requested Range Not Satisfiable ' ,
104
104
417 => 'Expectation Failed ' ,
105
105
418 => 'I \'m a teapot ' ,
106
- 422 => 'Unprocessable Entity ' , // RFC4918
107
- 423 => 'Locked ' , // RFC4918
108
- 424 => 'Failed Dependency ' , // RFC4918
106
+ 422 => 'Unprocessable Entity ' , // RFC4918
107
+ 423 => 'Locked ' , // RFC4918
108
+ 424 => 'Failed Dependency ' , // RFC4918
109
109
425 => 'Reserved for WebDAV advanced collections expired proposal ' , // RFC2817
110
- 426 => 'Upgrade Required ' , // RFC2817
111
- 428 => 'Precondition Required ' , // RFC-nottingham-http-new-status-04
112
- 429 => 'Too Many Requests ' , // RFC-nottingham-http-new-status-04
113
- 431 => 'Request Header Fields Too Large ' , // RFC-nottingham-http-new-status-04
110
+ 426 => 'Upgrade Required ' , // RFC2817
111
+ 428 => 'Precondition Required ' , // RFC6585
112
+ 429 => 'Too Many Requests ' , // RFC6585
113
+ 431 => 'Request Header Fields Too Large ' , // RFC6585
114
114
500 => 'Internal Server Error ' ,
115
115
501 => 'Not Implemented ' ,
116
116
502 => 'Bad Gateway ' ,
117
117
503 => 'Service Unavailable ' ,
118
118
504 => 'Gateway Timeout ' ,
119
119
505 => 'HTTP Version Not Supported ' ,
120
- 506 => 'Variant Also Negotiates (Experimental) ' , // [ RFC2295]
121
- 507 => 'Insufficient Storage ' , // RFC4918
122
- 508 => 'Loop Detected ' , // RFC5842
123
- 510 => 'Not Extended ' , // RFC2774
124
- 511 => 'Network Authentication Required ' , // RFC-nottingham-http-new-status-04
120
+ 506 => 'Variant Also Negotiates (Experimental) ' , // RFC2295
121
+ 507 => 'Insufficient Storage ' , // RFC4918
122
+ 508 => 'Loop Detected ' , // RFC5842
123
+ 510 => 'Not Extended ' , // RFC2774
124
+ 511 => 'Network Authentication Required ' , // RFC6585
125
125
);
126
126
127
127
/**
0 commit comments