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 2794f0e commit e9cc003Copy full SHA for e9cc003
1 file changed
src/StatusCodeInterface.php
@@ -20,7 +20,7 @@
20
* @see https://tools.ietf.org/html/rfc7231#section-6
21
* @see https://tools.ietf.org/html/rfc7238#section-3
22
* @see https://tools.ietf.org/html/rfc7725#section-3
23
- *
+ * @see https://tools.ietf.org/html/rfc7540#section-9.1.2
24
* Usage:
25
*
26
* <code>
@@ -79,6 +79,7 @@ interface StatusCodeInterface
79
const STATUS_RANGE_NOT_SATISFIABLE = 416;
80
const STATUS_EXPECTATION_FAILED = 417;
81
const STATUS_IM_A_TEAPOT = 418;
82
+ const STATUS_MISDIRECTED_REQUEST = 421;
83
const STATUS_UNPROCESSABLE_ENTITY = 422;
84
const STATUS_LOCKED = 423;
85
const STATUS_FAILED_DEPENDENCY = 424;
0 commit comments