UNPKG

2.29 kBJSONView Raw
1{
2 "1xx": "Informational",
3 "http_100": "Continue",
4 "http_101": "Switching Protocols",
5 "http_102": "Processing",
6
7 "2xx": "Success",
8 "http_200": "OK",
9 "http_201": "Created",
10 "http_202": "Accepted",
11 "http_203": "Non-Authoritative Information",
12 "http_204": "No Content",
13 "http_205": "Reset Content",
14 "http_206": "Partial Content",
15 "http_207": "Multi-Status",
16 "http_226": "IM Used",
17
18 "3xx": "Redirection",
19 "http_300": "Multiple Choices",
20 "http_301": "Moved Permanently",
21 "http_302": "Moved Temporarily",
22 "http_303": "See Other",
23 "http_304": "Not Modified",
24 "http_305": "Use Proxy",
25 "http_307": "Temporary Redirect",
26
27 "4xx": "Client Error",
28 "http_400": "Bad Request",
29 "http_401": "Unauthorized",
30 "http_402": "Payment",
31 "http_403": "Forbidden",
32 "http_404": "Not Found",
33 "http_405": "Method Not Allowed",
34 "http_406": "Not Acceptable",
35 "http_407": "Proxy Authentication Required",
36 "http_408": "Request Timeout",
37 "http_409": "Conflict",
38 "http_410": "Gone",
39 "http_411": "Length Required",
40 "http_412": "Precondition Failed",
41 "http_413": "Request Entity Too Large",
42 "http_414": "Request-URI Too Large",
43 "http_415": "Unsupported Media Type",
44 "http_416": "Requested Range Not Satisfiable",
45 "http_417": "Expectation Failed",
46 "http_422": "Unprocessable Entity",
47 "http_423": "Locked",
48 "http_424": "Failed Dependency",
49 "http_425": "Unordered Collection",
50 "http_426": "Upgrade Required",
51 "http_428": "Precondition Required",
52 "http_429": "Too Many Requests",
53 "http_431": "Request Header Fields Too Large",
54 "http_434": "Requested host unavailable.",
55 "http_449": "Retry With",
56 "http_451": "Unavailable For Legal Reasons",
57
58 "5xx": "Server Error",
59 "http_500": "Internal Server Error",
60 "http_501": "Not Implemented",
61 "http_502": "Bad Gateway",
62 "http_503": "Service Unavailable",
63 "http_504": "Gateway Timeout",
64 "http_505": "HTTP Version Not Supported",
65 "http_506": "Variant Also Negotiates",
66 "http_507": "Insufficient Storage",
67 "http_508": "Loop Detected",
68 "http_509": "Bandwidth Limit Exceeded",
69 "http_510": "Not Extended",
70 "http_511": "Network Authentication Required"
71}
\No newline at end of file