NetBurner 3.5.7
PDF Version
http_status_codes.h
1Continue = 100, //< @b
2SwitchingProtocols = 101, //< @b
3Processing = 102, //< @b
4EarlyHints = 103, //< @b
5Info_Unassigned = 105, //< @b
6
7OK = 200, //< @b
8Created = 201, //< @b
9Accepted = 202, //< @b
10NonAuthoritativeInformation = 203, //< @b
11NoContent = 204, //< @b
12ResetContent = 205, //< @b
13PartialContent = 206, //< @b
14MultiStatus = 207, //< @b
15AlreadyReported = 208, //< @b
16IMUsed = 226, //< @b
17Success_Unassigned = 227, //< @b
18
19MultipleChoices = 300, //< @b
20MovedPermanently = 301, //< @b
21Found = 302, //< @b
22SeeOther = 303, //< @b
23NotModified = 304, //< @b
24UseProxy = 305, //< @b
25TemporaryRedirect = 307, //< @b
26PermanentRedirect = 308, //< @b
27Redirect_Unassigned = 309, //< @b
28
29BadRequest = 400, //< @b
30Unauthorized = 401, //< @b
31PaymentRequired = 402, //< @b
32Forbidden = 403, //< @b
33NotFound = 404, //< @b
34MethodNotAllowed = 405, //< @b
35NotAcceptable = 406, //< @b
36ProxyAuthenticationRequired = 407, //< @b
37RequestTimeout = 408, //< @b
38Conflict = 409, //< @b
39Gone = 410, //< @b
40LengthRequired = 411, //< @b
41PreconditionFailed = 412, //< @b
42ContentTooLarge = 413, //< @b
43URITooLong = 414, //< @b
44UnsupportedMediaType = 415, //< @b
45RangeNotSatisfiable = 416, //< @b
46ExpectationFailed = 417, //< @b
47MisdirectedRequest = 421, //< @b
48UnprocessableContent = 422, //< @b
49Locked = 423, //< @b
50FailedDependency = 424, //< @b
51TooEarly = 425, //< @b
52UpgradeRequired = 426, //< @b
53PreconditionRequired = 428, //< @b
54TooManyRequests = 429, //< @b
55RequestHeaderFieldsTooLarge = 431, //< @b
56UnavailableForLegalReasons = 451, //< @b
57Error_Unassigned = 452, //< @b
58
59InternalServerError = 500, //< @b
60NotImplemented = 501, //< @b
61BadGateway = 502, //< @b
62ServiceUnavailable = 503, //< @b
63GatewayTimeout = 504, //< @b
64HTTPVersionNotSupported = 505, //< @b
65VariantAlsoNegotiates = 506, //< @b
66InsufficientStorage = 507, //< @b
67LoopDetected = 508, //< @b
68NetworkAuthenticationRequired = 511, //< @b
69ServerError_Unassigned = 512, //< @b