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 d14937f commit e313223Copy full SHA for e313223
src/main/java/io/github/malczuuu/problem4j/core/ProblemStatus.java
@@ -456,6 +456,13 @@ public enum ProblemStatus {
456
*/
457
I_AM_A_TEAPOT(418, "I'm a teapot"),
458
459
+ /**
460
+ * 421 Misdirected Request.
461
+ *
462
+ * @link <a href="https://datatracker.ietf.org/doc/html/rfc7540#section-9.1.2">RFC 7540 §9.1.2</a>
463
+ */
464
+ MISDIRECTED_REQUEST(421, "Misdirected Request"),
465
+
466
/**
467
* 422 Unprocessable Entity.
468
*
0 commit comments