@@ -155,13 +155,13 @@ class Response extends AbstractMessage implements ResponseInterface
155
155
410 => 'Gone ' ,
156
156
411 => 'Length Required ' ,
157
157
412 => 'Precondition Failed ' ,
158
- 413 => 'Request Entity Too Large ' ,
159
- 414 => 'Request- URI Too Long ' ,
158
+ 413 => 'Content Too Large ' ,
159
+ 414 => 'URI Too Long ' ,
160
160
415 => 'Unsupported Media Type ' ,
161
- 416 => 'Requested range not satisfiable ' ,
161
+ 416 => 'Range Not Satisfiable ' ,
162
162
417 => 'Expectation Failed ' ,
163
163
418 => 'I \'m a teapot ' ,
164
- 422 => 'Unprocessable Entity ' ,
164
+ 422 => 'Unprocessable Content ' ,
165
165
423 => 'Locked ' ,
166
166
424 => 'Failed Dependency ' ,
167
167
425 => 'Too Early ' ,
@@ -177,7 +177,7 @@ class Response extends AbstractMessage implements ResponseInterface
177
177
501 => 'Not Implemented ' ,
178
178
502 => 'Bad Gateway ' ,
179
179
503 => 'Service Unavailable ' ,
180
- 504 => 'Gateway Time-out ' ,
180
+ 504 => 'Gateway Timeout ' ,
181
181
505 => 'HTTP Version not supported ' ,
182
182
506 => 'Variant Also Negotiates ' ,
183
183
507 => 'Insufficient Storage ' ,
0 commit comments