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 785a239 commit cc01a38Copy full SHA for cc01a38
lib/HTTP/Status.pm
@@ -18,7 +18,7 @@ my %StatusCode = (
18
100 => 'Continue',
19
101 => 'Switching Protocols',
20
102 => 'Processing', # RFC 2518 (WebDAV)
21
- 103 => 'Early Hints',
+ 103 => 'Early Hints', # RFC 8297
22
200 => 'OK',
23
201 => 'Created',
24
202 => 'Accepted',
0 commit comments