17#ifndef HTTP_STATUS_CODES_H
18#define HTTP_STATUS_CODES_H
27 { 101,
"Switching Protocols" },
31 { 203,
"Non-Authoritative Information" },
32 { 204,
"No Content" },
33 { 205,
"Reset Content" },
34 { 206,
"Partial Content" },
35 { 300,
"Multiple Choices" },
36 { 301,
"Moved Permanently" },
39 { 304,
"Not Modified" },
41 { 307,
"Temporary Redirect" },
42 { 308,
"Permanent Redirect" },
43 { 400,
"Bad Request" },
44 { 401,
"Unauthorized" },
45 { 402,
"Payment Required" },
48 { 405,
"Method Not Allowed" },
49 { 406,
"Not Acceptable" },
50 { 407,
"Proxy Authentication Required" },
51 { 408,
"Request Timeout" },
54 { 411,
"Length Required" },
55 { 412,
"Precondition Failed" },
56 { 413,
"Request Entity Too Large" },
57 { 414,
"Request-URI Too Long" },
58 { 415,
"Unsupported Media Type" },
59 { 416,
"Requested Range Not Satisfiable" },
60 { 417,
"Expectation Failed" },
61 { 426,
"Upgrade Required" },
62 { 428,
"Precondition Required" },
63 { 429,
"Too Many Requests" },
64 { 431,
"Request Header Fields Too Large" },
65 { 451,
"Unavailable For Legal Reasons"},
66 { 500,
"Internal Server Error" },
67 { 501,
"Not Implemented" },
68 { 502,
"Bad Gateway" },
69 { 503,
"Service Unavailable" },
70 { 504,
"Gateway Timeout" },
71 { 505,
"HTTP Version Not Supported" },
72 { 506,
"Variant Also Negotiates" },
73 { 511,
"Network Authentication Required" },
struct _http_response_status_code_pair http_response_status_code_pair