Projekt

Obecné

Profil

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