Added 451 status code

This commit is contained in:
Andrew Carter 2015-12-21 16:05:25 +00:00 committed by Fabien Potencier
parent 11257ee89a
commit df8952f2a3

View File

@ -109,6 +109,7 @@ class Response
428 => 'Precondition Required', // RFC6585
429 => 'Too Many Requests', // RFC6585
431 => 'Request Header Fields Too Large', // RFC6585
451 => 'Unavailable For Legal Reasons',
500 => 'Internal Server Error',
501 => 'Not Implemented',
502 => 'Bad Gateway',