File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -335,6 +335,10 @@ status_codes! {
335
335
/// [[RFC2518](https://tools.ietf.org/html/rfc2518)]
336
336
( 102 , PROCESSING , "Processing" ) ;
337
337
338
+ /// 103 Early Hints
339
+ /// [[RFC8297, Section 2](https://datatracker.ietf.org/doc/html/rfc8297#section-2)]
340
+ ( 103 , EARLY_HINTS , "Early Hints" ) ;
341
+
338
342
/// 200 OK
339
343
/// [[RFC7231, Section 6.3.1](https://tools.ietf.org/html/rfc7231#section-6.3.1)]
340
344
( 200 , OK , "OK" ) ;
@@ -462,7 +466,9 @@ status_codes! {
462
466
/// 424 Failed Dependency
463
467
/// [[RFC4918](https://tools.ietf.org/html/rfc4918)]
464
468
( 424 , FAILED_DEPENDENCY , "Failed Dependency" ) ;
465
-
469
+ /// 425 Too Early
470
+ /// [[RFC8470, Section 5.2](https://datatracker.ietf.org/doc/html/rfc8470#section-5.2)]
471
+ ( 425 , TOO_EARLY , "Too Early" ) ;
466
472
/// 426 Upgrade Required
467
473
/// [[RFC7231, Section 6.5.15](https://tools.ietf.org/html/rfc7231#section-6.5.15)]
468
474
( 426 , UPGRADE_REQUIRED , "Upgrade Required" ) ;
You can’t perform that action at this time.
0 commit comments