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 e7a7337 commit 20dbd6eCopy full SHA for 20dbd6e
src/status.rs
@@ -333,6 +333,9 @@ status_codes! {
333
/// 102 Processing
334
/// [[RFC2518, Section 10.1](https://datatracker.ietf.org/doc/html/rfc2518#section-10.1)]
335
(102, PROCESSING, "Processing");
336
+ /// 103 Early Hints
337
+ /// [[RFC8297, Section 2](https://datatracker.ietf.org/doc/html/rfc8297#section-2)]
338
+ (103, EARLY_HINTS, "Early Hints");
339
340
/// 200 OK
341
/// [[RFC9110, Section 15.3.1](https://datatracker.ietf.org/doc/html/rfc9110#section-15.3.1)]
0 commit comments