3 "101": "Switching Protocols",
9 "203": "Non-Authoritative Information",
11 "205": "Reset Content",
12 "206": "Partial Content",
13 "207": "Multi-Status",
14 "208": "Already Reported",
16 "300": "Multiple Choices",
17 "301": "Moved Permanently",
20 "304": "Not Modified",
23 "307": "Temporary Redirect",
24 "308": "Permanent Redirect",
26 "401": "Unauthorized",
27 "402": "Payment Required",
30 "405": "Method Not Allowed",
31 "406": "Not Acceptable",
32 "407": "Proxy Authentication Required",
33 "408": "Request Timeout",
36 "411": "Length Required",
37 "412": "Precondition Failed",
38 "413": "Payload Too Large",
39 "414": "URI Too Long",
40 "415": "Unsupported Media Type",
41 "416": "Range Not Satisfiable",
42 "417": "Expectation Failed",
43 "418": "I'm a teapot",
44 "421": "Misdirected Request",
45 "422": "Unprocessable Entity",
47 "424": "Failed Dependency",
48 "425": "Unordered Collection",
49 "426": "Upgrade Required",
50 "428": "Precondition Required",
51 "429": "Too Many Requests",
52 "431": "Request Header Fields Too Large",
53 "451": "Unavailable For Legal Reasons",
54 "500": "Internal Server Error",
55 "501": "Not Implemented",
57 "503": "Service Unavailable",
58 "504": "Gateway Timeout",
59 "505": "HTTP Version Not Supported",
60 "506": "Variant Also Negotiates",
61 "507": "Insufficient Storage",
62 "508": "Loop Detected",
63 "509": "Bandwidth Limit Exceeded",
64 "510": "Not Extended",
65 "511": "Network Authentication Required"