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