-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstatuses.json
42 lines (42 loc) · 1.13 KB
/
statuses.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
{
"Continue": 100,
"Switching Protocols": 101,
"OK": 200,
"Created": 201,
"Accepted": 202,
"Non-Authoritative Information": 203,
"No Content": 204,
"Reset Content": 205,
"Partial Content": 206,
"Multiple Choices": 300,
"Moved Permanently": 301,
"Found": 302,
"See Other": 303,
"Not Modified": 304,
"Use Proxy": 305,
"Temporary Redirect": 307,
"Bad Request": 400,
"Unauthorized": 401,
"Payment Required": 402,
"Forbidden": 403,
"Not Found": 404,
"Method Not Allowed": 405,
"Not Acceptable": 406,
"Proxy Authentication Required": 407,
"Request Timeout": 408,
"Conflict": 409,
"Gone": 410,
"Length Required": 411,
"Precondition Failed": 412,
"Request Entity Too Large": 413,
"Request-URI Too Long": 414,
"Unsupported Media Type": 415,
"Request Range Not Satisfiable": 416,
"Expectation Failed": 417,
"Internal Server Error": 500,
"Not Implemented": 501,
"Bad Gateway": 502,
"Service Unavailable": 503,
"Gateway Timeout": 504,
"HTTP Version Not Supported": 505
}