Codebase list lua-http / 10d5acb
http/h1_reason_phrases: Add 103 now that RFC 8297 is published daurnimator 5 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44 ["100"] = "Continue";
55 ["101"] = "Switching Protocols";
66 ["102"] = "Processing";
7 ["103"] = "Early Hints";
78
89 ["200"] = "OK";
910 ["201"] = "Created";