Skip to content

Commit 20dbd6e

Browse files
authored
feat(status): Add 103 EARLY_HINTS status code (#758)
Signed-off-by: Mateus Devino <mdevino@ibm.com>
1 parent e7a7337 commit 20dbd6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/status.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,9 @@ status_codes! {
333333
/// 102 Processing
334334
/// [[RFC2518, Section 10.1](https://datatracker.ietf.org/doc/html/rfc2518#section-10.1)]
335335
(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");
336339

337340
/// 200 OK
338341
/// [[RFC9110, Section 15.3.1](https://datatracker.ietf.org/doc/html/rfc9110#section-15.3.1)]

0 commit comments

Comments
 (0)