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 7faad85 commit 75298bdCopy full SHA for 75298bd
src/status.rs
@@ -463,6 +463,10 @@ status_codes! {
463
/// [[RFC4918, Section 11.4](https://tools.ietf.org/html/rfc4918#section-11.4)]
464
(424, FAILED_DEPENDENCY, "Failed Dependency");
465
466
+ /// 425 Too early
467
+ /// [[RFC8470, Section 5.2](https://httpwg.org/specs/rfc8470.html#status)]
468
+ (425, TOO_EARLY, "Too Early");
469
+
470
/// 426 Upgrade Required
471
/// [[RFC9110, Section 15.5.22](https://datatracker.ietf.org/doc/html/rfc9110#section-15.5.22)]
472
(426, UPGRADE_REQUIRED, "Upgrade Required");
0 commit comments