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 58f8f51 commit 4a065b4Copy full SHA for 4a065b4
src/Symfony/Component/HttpFoundation/Response.php
@@ -59,6 +59,7 @@ class Response
59
const HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = 416;
60
const HTTP_EXPECTATION_FAILED = 417;
61
const HTTP_I_AM_A_TEAPOT = 418; // RFC2324
62
+ const HTTP_MISDIRECTED_REQUEST = 421; // RFC7540
63
const HTTP_UNPROCESSABLE_ENTITY = 422; // RFC4918
64
const HTTP_LOCKED = 423; // RFC4918
65
const HTTP_FAILED_DEPENDENCY = 424; // RFC4918
0 commit comments