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 60f369d commit 785a239Copy full SHA for 785a239
lib/HTTP/Status.pm
@@ -18,6 +18,7 @@ my %StatusCode = (
18
100 => 'Continue',
19
101 => 'Switching Protocols',
20
102 => 'Processing', # RFC 2518 (WebDAV)
21
+ 103 => 'Early Hints',
22
200 => 'OK',
23
201 => 'Created',
24
202 => 'Accepted',
@@ -144,6 +145,7 @@ tag to import them all.
144
145
HTTP_CONTINUE (100)
146
HTTP_SWITCHING_PROTOCOLS (101)
147
HTTP_PROCESSING (102)
148
+ HTTP_EARLY_HINTS (103)
149
150
HTTP_OK (200)
151
HTTP_CREATED (201)
0 commit comments