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 d788f64 commit 10d5acbCopy full SHA for 10d5acb
http/h1_reason_phrases.lua
@@ -5,6 +5,7 @@ local reason_phrases = setmetatable({
5
["100"] = "Continue";
6
["101"] = "Switching Protocols";
7
["102"] = "Processing";
8
+ ["103"] = "Early Hints";
9
10
["200"] = "OK";
11
["201"] = "Created";
0 commit comments