Add support for HTTP status code 418 (Permanent Redirect)

pull/136/head
kafene 11 years ago
parent 24f084fa09
commit 71f66b4d5d

@ -66,6 +66,7 @@ class Response {
415 => 'Unsupported Media Type',
416 => 'Requested Range Not Satisfiable',
417 => 'Expectation Failed',
418 => 'Permanent Redirect',
500 => 'Internal Server Error',
501 => 'Not Implemented',

Loading…
Cancel
Save