We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef7c53 commit 1ec3e51Copy full SHA for 1ec3e51
src/Symfony/Component/HttpFoundation/Response.php
@@ -67,6 +67,7 @@ class Response
67
const HTTP_PRECONDITION_REQUIRED = 428; // RFC6585
68
const HTTP_TOO_MANY_REQUESTS = 429; // RFC6585
69
const HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431; // RFC6585
70
+ const HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451;
71
const HTTP_INTERNAL_SERVER_ERROR = 500;
72
const HTTP_NOT_IMPLEMENTED = 501;
73
const HTTP_BAD_GATEWAY = 502;
0 commit comments