8000
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 5c3a8a2 commit 1053cbfCopy full SHA for 1053cbf
src/Symfony/Component/HttpFoundation/Response.php
@@ -64,7 +64,12 @@ class Response
64
const HTTP_UNPROCESSABLE_ENTITY = 422; // RFC4918
65
const HTTP_LOCKED = 423; // RFC4918
66
const HTTP_FAILED_DEPENDENCY = 424; // RFC4918
67
+
68
+ /**
69
+ * @deprecated
70
+ */
71
const HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL = 425; // RFC2817
72
+ const HTTP_TOO_EARLY = 425; // RFC-ietf-httpbis-replay-04
73
const HTTP_UPGRADE_REQUIRED = 426; // RFC2817
74
const HTTP_PRECONDITION_REQUIRED = 428; // RFC6585
75
const HTTP_TOO_MANY_REQUESTS = 429; // RFC6585
0 commit comments