diff options
| author | bazil <[email protected]> | 2022-02-10 16:49:43 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:43 +0300 | 
| commit | 18b37a6b1f9505f53dbc85a6f934d9f1ee4612e2 (patch) | |
| tree | 8960ed7c1df8c28705b0ca07b4a5ecefc7ddff4e /library/cpp/http/misc/httpcodes.h | |
| parent | d2247f243d31adde8feb765324e40c83c5a90999 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/http/misc/httpcodes.h')
| -rw-r--r-- | library/cpp/http/misc/httpcodes.h | 36 | 
1 files changed, 18 insertions, 18 deletions
| diff --git a/library/cpp/http/misc/httpcodes.h b/library/cpp/http/misc/httpcodes.h index cbfbaa1188d..a29b45ddc0b 100644 --- a/library/cpp/http/misc/httpcodes.h +++ b/library/cpp/http/misc/httpcodes.h @@ -5,7 +5,7 @@  enum HttpCodes {      HTTP_CONTINUE = 100,      HTTP_SWITCHING_PROTOCOLS = 101, -    HTTP_PROCESSING = 102, +    HTTP_PROCESSING = 102,       HTTP_OK = 200,      HTTP_CREATED = 201, @@ -14,9 +14,9 @@ enum HttpCodes {      HTTP_NO_CONTENT = 204,      HTTP_RESET_CONTENT = 205,      HTTP_PARTIAL_CONTENT = 206, -    HTTP_MULTI_STATUS = 207, -    HTTP_ALREADY_REPORTED = 208, -    HTTP_IM_USED = 226, +    HTTP_MULTI_STATUS = 207,  +    HTTP_ALREADY_REPORTED = 208,  +    HTTP_IM_USED = 226,       HTTP_MULTIPLE_CHOICES = 300,      HTTP_MOVED_PERMANENTLY = 301, @@ -25,7 +25,7 @@ enum HttpCodes {      HTTP_NOT_MODIFIED = 304,      HTTP_USE_PROXY = 305,      HTTP_TEMPORARY_REDIRECT = 307, -    HTTP_PERMANENT_REDIRECT = 308, +    HTTP_PERMANENT_REDIRECT = 308,       HTTP_BAD_REQUEST = 400,      HTTP_UNAUTHORIZED = 401, @@ -45,18 +45,18 @@ enum HttpCodes {      HTTP_UNSUPPORTED_MEDIA_TYPE = 415,      HTTP_REQUESTED_RANGE_NOT_SATISFIABLE = 416,      HTTP_EXPECTATION_FAILED = 417, -    HTTP_I_AM_A_TEAPOT = 418, -    HTTP_AUTHENTICATION_TIMEOUT = 419, -    HTTP_MISDIRECTED_REQUEST = 421, +    HTTP_I_AM_A_TEAPOT = 418,  +    HTTP_AUTHENTICATION_TIMEOUT = 419,  +    HTTP_MISDIRECTED_REQUEST = 421,       HTTP_UNPROCESSABLE_ENTITY = 422, -    HTTP_LOCKED = 423, -    HTTP_FAILED_DEPENDENCY = 424, +    HTTP_LOCKED = 423,  +    HTTP_FAILED_DEPENDENCY = 424,       HTTP_UNORDERED_COLLECTION = 425, -    HTTP_UPGRADE_REQUIRED = 426, -    HTTP_PRECONDITION_REQUIRED = 428, +    HTTP_UPGRADE_REQUIRED = 426,  +    HTTP_PRECONDITION_REQUIRED = 428,       HTTP_TOO_MANY_REQUESTS = 429,      HTTP_REQUEST_HEADER_FIELDS_TOO_LARGE = 431, -    HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451, +    HTTP_UNAVAILABLE_FOR_LEGAL_REASONS = 451,       HTTP_INTERNAL_SERVER_ERROR = 500,      HTTP_NOT_IMPLEMENTED = 501, @@ -64,12 +64,12 @@ enum HttpCodes {      HTTP_SERVICE_UNAVAILABLE = 503,      HTTP_GATEWAY_TIME_OUT = 504,      HTTP_HTTP_VERSION_NOT_SUPPORTED = 505, -    HTTP_VARIANT_ALSO_NEGOTIATES = 506, -    HTTP_INSUFFICIENT_STORAGE = 507, -    HTTP_LOOP_DETECTED = 508, +    HTTP_VARIANT_ALSO_NEGOTIATES = 506,  +    HTTP_INSUFFICIENT_STORAGE = 507,  +    HTTP_LOOP_DETECTED = 508,       HTTP_BANDWIDTH_LIMIT_EXCEEDED = 509, -    HTTP_NOT_EXTENDED = 510, -    HTTP_NETWORK_AUTHENTICATION_REQUIRED = 511, +    HTTP_NOT_EXTENDED = 510,  +    HTTP_NETWORK_AUTHENTICATION_REQUIRED = 511,       HTTP_UNASSIGNED_512 = 512,      HTTP_CODE_MAX | 
