|
|
@@ -67,7 +67,7 @@ class Response
|
|
|
405 => 'Method Not Allowed',
|
|
|
406 => 'Not Acceptable',
|
|
|
407 => 'Proxy Authentication Required',
|
|
|
- 408 => 'Request Time-out',
|
|
|
+ 408 => 'Request Timeout',
|
|
|
409 => 'Conflict',
|
|
|
410 => 'Gone',
|
|
|
411 => 'Length Required',
|
|
|
@@ -78,6 +78,7 @@ class Response
|
|
|
416 => 'Requested range not satisfiable',
|
|
|
417 => 'Expectation Failed',
|
|
|
418 => 'I\'m a teapot',
|
|
|
+ 421 => 'Misdirected Request',
|
|
|
422 => 'Unprocessable Entity',
|
|
|
423 => 'Locked',
|
|
|
424 => 'Failed Dependency',
|
|
|
@@ -93,7 +94,7 @@ class Response
|
|
|
501 => 'Not Implemented',
|
|
|
502 => 'Bad Gateway',
|
|
|
503 => 'Service Unavailable',
|
|
|
- 504 => 'Gateway Time-out',
|
|
|
+ 504 => 'Gateway Timeout',
|
|
|
505 => 'Unsupported Version',
|
|
|
506 => 'Variant Also Negotiates',
|
|
|
507 => 'Insufficient Storage',
|