Skip to content

Commit 785a239

Browse files
miyagawaoalders
authored andcommitted
add 103 Early Hints (RFC 8297)
1 parent 60f369d commit 785a239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/HTTP/Status.pm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ my %StatusCode = (
1818
100 => 'Continue',
1919
101 => 'Switching Protocols',
2020
102 => 'Processing', # RFC 2518 (WebDAV)
21+
103 => 'Early Hints',
2122
200 => 'OK',
2223
201 => 'Created',
2324
202 => 'Accepted',
@@ -144,6 +145,7 @@ tag to import them all.
144145
HTTP_CONTINUE (100)
145146
HTTP_SWITCHING_PROTOCOLS (101)
146147
HTTP_PROCESSING (102)
148+
HTTP_EARLY_HINTS (103)
147149
148150
HTTP_OK (200)
149151
HTTP_CREATED (201)

0 commit comments

Comments
 (0)