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 8fcb8de commit f2a113cCopy full SHA for f2a113c
lib/Plack/Handler/CGI.pm
@@ -8,6 +8,7 @@ my %StatusCode = (
8
100 => 'Continue',
9
101 => 'Switching Protocols',
10
102 => 'Processing', # RFC 2518 (WebDAV)
11
+ 103 => 'Early Hints',
12
200 => 'OK',
13
201 => 'Created',
14
202 => 'Accepted',
0 commit comments