-
Notifications
You must be signed in to change notification settings - Fork 0
/
statusCodes.json
52 lines (52 loc) · 1.39 KB
/
statusCodes.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"200": "ok",
"201": "created",
"202": "accepted",
"203": "nonAuthoritativeInformation",
"204": "noContent",
"205": "resetContent",
"206": "partialContent",
"300": "multipleChoices",
"301": "movedPermanently",
"302": "found",
"303": "seeOther",
"304": "notModified",
"305": "useProxy",
"306": "unused",
"307": "temporaryRedirect",
"308": "permanentRedirect",
"400": "badRequest",
"401": "unauthorized",
"402": "paymentRequired",
"403": "forbidden",
"404": "notFound",
"405": "methodNotAllowed",
"406": "notAcceptable",
"407": "proxyAuthenticationRequired",
"408": "requestTimeout",
"409": "conflict",
"410": "gone",
"411": "lengthRequired",
"412": "preconditionRequired",
"413": "requestEntryTooLarge",
"414": "requestURITooLong",
"415": "unsupportedMediaType",
"416": "requestedRangeNotSatisfiable",
"417": "expectationFailed",
"418": "iAmATeapot",
"422": "unprocessableEntity",
"428": "preconditionRequired",
"429": "tooManyRequests",
"431": "requestHeaderFieldsTooLarge",
"451": "unavailableForLegalReasons",
"500": "internalServerError",
"501": "notImplemented",
"502": "badGateway",
"503": "serviceUnavailable",
"504": "gatewayTimeout",
"505": "httpVersionNotSupported",
"511": "networkAuthenticationRequired",
"520": "webServerIsReturningAnUnknownError",
"522": "connectionTimedOut",
"524": "aTimeoutOccurred"
}