~stefanor/ibid/survive-without-core

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
53
54
55
56
57
58
59
60
61
62
63
[
[["http 1xx"], ["indicates request received, continuing to process"]],
[["http 100"], ["is Continue (RFC 2616)"]],
[["http 101"], ["is Switching Protocols (RFC 2616)"]],
[["http 102"], ["is Processing (RFC 2518)"]],
[["http 2xx"], ["indicates the action was successfully received, understood, and accepted"]],
[["http 200"], ["is OK (RFC 2616)"]],
[["http 201"], ["is Created (RFC 2616)"]],
[["http 202"], ["is Accepted (RFC 2616)"]],
[["http 203"], ["is Non-Authoritative Information (RFC 2616)"]],
[["http 204"], ["is No Content (RFC 2616)"]],
[["http 205"], ["is Reset Content (RFC 2616)"]],
[["http 206"], ["is Partial Content (RFC 2616)"]],
[["http 207"], ["is Multi-Status (RFC 2518)"]],
[["http 226"], ["is IM Used (RFC 3229)"]],
[["http 3xx"], ["indicates the client must take additional action to complete the request"]],
[["http 300"], ["is Multiple Choices (RFC 2616)"]],
[["http 301"], ["is Moved Permanently (RFC 2616)"]],
[["http 302"], ["is Found (Moved Temporarily) (RFC 2616)"]],
[["http 303"], ["is See Other (RFC 2616)"]],
[["http 304"], ["is Not Modified (RFC 2616)"]],
[["http 305"], ["is Use Proxy (RFC 2616)"]],
[["http 306"], ["is no longer used (RFC 2616)"]],
[["http 307"], ["is Temporary Redirect (RFC 2616)"]],
[["http 4xx"], ["indicates the request contains bad syntax or cannot be fulfilled"]],
[["http 400"], ["is Bad Request (RFC 2616)"]],
[["http 401"], ["is Unauthorized (RFC 2616)"]],
[["http 402"], ["is Payment Required (RFC 2616)"]],
[["http 403"], ["is Forbidden (RFC 2616)"]],
[["http 404"], ["is Not Found (RFC 2616)"]],
[["http 405"], ["is Method Not Allowed (RFC 2616)"]],
[["http 406"], ["is Not Acceptable (RFC 2616)"]],
[["http 407"], ["is Proxy Authentication Required (RFC 2616)"]],
[["http 408"], ["is Request Timeout (RFC 2616)"]],
[["http 409"], ["is Conflict (RFC 2616)"]],
[["http 410"], ["is Gone (RFC 2616)"]],
[["http 411"], ["is Length Required (RFC 2616)"]],
[["http 412"], ["is Precondition Failed (RFC 2616)"]],
[["http 413"], ["is Request Entity Too Large (RFC 2616)"]],
[["http 414"], ["is Request-URI Too Long (RFC 2616)"]],
[["http 415"], ["is Unsupported Media Type (RFC 2616)"]],
[["http 416"], ["is Requested Range Not Satisfiable (RFC 2616)"]],
[["http 417"], ["is Expectation Failed (RFC 2616)"]],
[["http 418"], ["is I'm A Teapot (RFC 2324)"]],
[["http 419"], ["is Scam Found"]],
[["http 422"], ["is Unprocessable Entity (RFC 4918)"]],
[["http 423"], ["is Locked (RFC 4918)"]],
[["http 424"], ["is Failed Dependency (RFC 4918)"]],
[["http 425"], ["is Unordered Collection (RFC 3648)"]],
[["http 426"], ["is Upgrade Required (RFC 2817)"]],
[["http 449"], ["is Retry With (Microsoft)"]],
[["http 5xx"], ["indicates the server failed to fulfill an apparently valid request"]],
[["http 500"], ["is Internal Server Error (RFC 2616)"]],
[["http 501"], ["is Not Implemented (RFC 2616)"]],
[["http 502"], ["is Bad Gateway (RFC 2616)"]],
[["http 503"], ["is Service Unavailable (RFC 2616)"]],
[["http 504"], ["is Gateway Timeout (RFC 2616)"]],
[["http 505"], ["is HTTP Version Not Supported (RFC 2616)"]],
[["http 506"], ["is Variant Also Negotiates (RFC 2295)"]],
[["http 507"], ["is Insufficient Storage (RFC 4918)"]],
[["http 509"], ["is Bandwidth Limit Exceeded (Apache bandwidth limit extension)"]],
[["http 510"], ["is Not Extended (RFC 2774)"]]
]