|
| 1 | +return { |
| 2 | + [100] = "Continue", |
| 3 | + [101] = "Switching Protocols", |
| 4 | + [200] = "OK", |
| 5 | + [201] = "Created", |
| 6 | + [202] = "Accepted", |
| 7 | + [203] = "Non-Authoritative Information", |
| 8 | + [204] = "No Content", |
| 9 | + [205] = "Reset Content", |
| 10 | + [206] = "Partial Content", |
| 11 | + [300] = "Multiple Choices", |
| 12 | + [301] = "Moved Permanently", |
| 13 | + [302] = "Found", |
| 14 | + [303] = "See Other", |
| 15 | + [304] = "Not Modified", |
| 16 | + [305] = "Use Proxy", |
| 17 | + [307] = "Temporary Redirect", |
| 18 | + [400] = "Bad Request", |
| 19 | + [401] = "Unauthorized", |
| 20 | + [402] = "Payment Required", |
| 21 | + [403] = "Forbidden", |
| 22 | + [404] = "Not Found", |
| 23 | + [405] = "Method Not Allowed", |
| 24 | + [406] = "Not Acceptable", |
| 25 | + [407] = "Proxy Authentication Required", |
| 26 | + [408] = "Request Timeout", |
| 27 | + [409] = "Conflict", |
| 28 | + [410] = "Gone", |
| 29 | + [411] = "Length Required", |
| 30 | + [412] = "Precondition Failed", |
| 31 | + [413] = "Payload Too Large", |
| 32 | + [414] = "URI Too Long", |
| 33 | + [415] = "Unsupported Media Type", |
| 34 | + [416] = "Range Not Satisfiable", |
| 35 | + [417] = "Expectation Failed", |
| 36 | + [418] = "I'm a teapot", |
| 37 | + [426] = "Upgrade Required", |
| 38 | + [500] = "Internal Server Error", |
| 39 | + [501] = "Not Implemented", |
| 40 | + [502] = "Bad Gateway", |
| 41 | + [503] = "Service Unavailable", |
| 42 | + [504] = "Gateway Time-out", |
| 43 | + [505] = "HTTP Version Not Supported", |
| 44 | + [102] = "Processing", |
| 45 | + [207] = "Multi-Status", |
| 46 | + [226] = "IM Used", |
| 47 | + [308] = "Permanent Redirect", |
| 48 | + [422] = "Unprocessable Entity", |
| 49 | + [423] = "Locked", |
| 50 | + [424] = "Failed Dependency", |
| 51 | + [428] = "Precondition Required", |
| 52 | + [429] = "Too Many Requests", |
| 53 | + [431] = "Request Header Fields Too Large", |
| 54 | + [451] = "Unavailable For Legal Reasons", |
| 55 | + [506] = "Variant Also Negotiates", |
| 56 | + [507] = "Insufficient Storage", |
| 57 | + [511] = "Network Authentication Required" |
| 58 | +} |
0 commit comments