http_constant/http_status/
const.rs1pub const CONTINUE: &str = "Continue";
3pub const SWITCHING_PROTOCOLS: &str = "Switching Protocols";
5pub const PROCESSING: &str = "Processing";
7pub const EARLY_HINTS: &str = "Early Hints";
9pub const OK: &str = "OK";
11pub const CREATED: &str = "Created";
13pub const ACCEPTED: &str = "Accepted";
15pub const NON_AUTHORITATIVE_INFORMATION: &str = "Non-Authoritative Information";
17pub const NO_CONTENT: &str = "No Content";
19pub const RESET_CONTENT: &str = "Reset Content";
21pub const PARTIAL_CONTENT: &str = "Partial Content";
23pub const MULTI_STATUS: &str = "Multi-Status";
25pub const ALREADY_REPORTED: &str = "Already Reported";
27pub const IM_USED: &str = "IM Used";
29pub const MULTIPLE_CHOICES: &str = "Multiple Choices";
31pub const MOVED_PERMANENTLY: &str = "Moved Permanently";
33pub const FOUND: &str = "Found";
35pub const SEE_OTHER: &str = "See Other";
37pub const NOT_MODIFIED: &str = "Not Modified";
39pub const USE_PROXY: &str = "Use Proxy";
41pub const TEMPORARY_REDIRECT: &str = "Temporary Redirect";
43pub const PERMANENT_REDIRECT: &str = "Permanent Redirect";
45pub const BAD_REQUEST: &str = "Bad Request";
47pub const UNAUTHORIZED: &str = "Unauthorized";
49pub const PAYMENT_REQUIRED: &str = "Payment Required";
51pub const FORBIDDEN: &str = "Forbidden";
53pub const NOT_FOUND: &str = "Not Found";
55pub const METHOD_NOT_ALLOWED: &str = "Method Not Allowed";
57pub const NOT_ACCEPTABLE: &str = "Not Acceptable";
59pub const PROXY_AUTHENTICATION_REQUIRED: &str = "Proxy Authentication Required";
61pub const REQUEST_TIMEOUT: &str = "Request Timeout";
63pub const CONFLICT: &str = "Conflict";
65pub const GONE: &str = "Gone";
67pub const LENGTH_REQUIRED: &str = "Length Required";
69pub const PRECONDITION_FAILED: &str = "Precondition Failed";
71pub const PAYLOAD_TOO_LARGE: &str = "Payload Too Large";
73pub const URI_TOO_LONG: &str = "URI Too Long";
75pub const UNSUPPORTED_MEDIA_TYPE: &str = "Unsupported Media Type";
77pub const RANGE_NOT_SATISFIABLE: &str = "Range Not Satisfiable";
79pub const EXPECTATION_FAILED: &str = "Expectation Failed";
81pub const IM_A_TEAPOT: &str = "I'm a teapot";
83pub const MISDIRECTED_REQUEST: &str = "Misdirected Request";
85pub const UNPROCESSABLE_ENTITY: &str = "Unprocessable Entity";
87pub const LOCKED: &str = "Locked";
89pub const FAILED_DEPENDENCY: &str = "Failed Dependency";
91pub const TOO_EARLY: &str = "Too Early";
93pub const UPGRADE_REQUIRED: &str = "Upgrade Required";
95pub const PRECONDITION_REQUIRED: &str = "Precondition Required";
97pub const TOO_MANY_REQUESTS: &str = "Too Many Requests";
99pub const REQUEST_HEADER_FIELDS_TOO_LARGE: &str = "Request Header Fields Too Large";
101pub const UNAVAILABLE_FOR_LEGAL_REASONS: &str = "Unavailable For Legal Reasons";
103pub const INTERNAL_SERVER_ERROR: &str = "Internal Server Error";
105pub const NOT_IMPLEMENTED: &str = "Not Implemented";
107pub const BAD_GATEWAY: &str = "Bad Gateway";
109pub const SERVICE_UNAVAILABLE: &str = "Service Unavailable";
111pub const GATEWAY_TIMEOUT: &str = "Gateway Timeout";
113pub const HTTP_VERSION_NOT_SUPPORTED: &str = "HTTP Version Not Supported";
115pub const VARIANT_ALSO_NEGOTIATES: &str = "Variant Also Negotiates";
117pub const INSUFFICIENT_STORAGE: &str = "Insufficient Storage";
119pub const LOOP_DETECTED: &str = "Loop Detected";
121pub const NOT_EXTENDED: &str = "Not Extended";
123pub const NETWORK_AUTHENTICATION_REQUIRED: &str = "Network Authentication Required";
125pub const UNKNOWN: &str = "Unknown";