http_constant/http_status/
const.rs1pub const CONTINUE: &str = "Continue";
2pub const SWITCHING_PROTOCOLS: &str = "Switching Protocols";
3pub const PROCESSING: &str = "Processing";
4pub const EARLY_HINTS: &str = "Early Hints";
5pub const OK: &str = "OK";
6pub const CREATED: &str = "Created";
7pub const ACCEPTED: &str = "Accepted";
8pub const NON_AUTHORITATIVE_INFORMATION: &str = "Non-Authoritative Information";
9pub const NO_CONTENT: &str = "No Content";
10pub const RESET_CONTENT: &str = "Reset Content";
11pub const PARTIAL_CONTENT: &str = "Partial Content";
12pub const MULTI_STATUS: &str = "Multi-Status";
13pub const ALREADY_REPORTED: &str = "Already Reported";
14pub const IM_USED: &str = "IM Used";
15pub const MULTIPLE_CHOICES: &str = "Multiple Choices";
16pub const MOVED_PERMANENTLY: &str = "Moved Permanently";
17pub const FOUND: &str = "Found";
18pub const SEE_OTHER: &str = "See Other";
19pub const NOT_MODIFIED: &str = "Not Modified";
20pub const USE_PROXY: &str = "Use Proxy";
21pub const TEMPORARY_REDIRECT: &str = "Temporary Redirect";
22pub const PERMANENT_REDIRECT: &str = "Permanent Redirect";
23pub const BAD_REQUEST: &str = "Bad Request";
24pub const UNAUTHORIZED: &str = "Unauthorized";
25pub const PAYMENT_REQUIRED: &str = "Payment Required";
26pub const FORBIDDEN: &str = "Forbidden";
27pub const NOT_FOUND: &str = "Not Found";
28pub const METHOD_NOT_ALLOWED: &str = "Method Not Allowed";
29pub const NOT_ACCEPTABLE: &str = "Not Acceptable";
30pub const PROXY_AUTHENTICATION_REQUIRED: &str = "Proxy Authentication Required";
31pub const REQUEST_TIMEOUT: &str = "Request Timeout";
32pub const CONFLICT: &str = "Conflict";
33pub const GONE: &str = "Gone";
34pub const LENGTH_REQUIRED: &str = "Length Required";
35pub const PRECONDITION_FAILED: &str = "Precondition Failed";
36pub const PAYLOAD_TOO_LARGE: &str = "Payload Too Large";
37pub const URI_TOO_LONG: &str = "URI Too Long";
38pub const UNSUPPORTED_MEDIA_TYPE: &str = "Unsupported Media Type";
39pub const RANGE_NOT_SATISFIABLE: &str = "Range Not Satisfiable";
40pub const EXPECTATION_FAILED: &str = "Expectation Failed";
41pub const IM_A_TEAPOT: &str = "I'm a teapot";
42pub const MISDIRECTED_REQUEST: &str = "Misdirected Request";
43pub const UNPROCESSABLE_ENTITY: &str = "Unprocessable Entity";
44pub const LOCKED: &str = "Locked";
45pub const FAILED_DEPENDENCY: &str = "Failed Dependency";
46pub const TOO_EARLY: &str = "Too Early";
47pub const UPGRADE_REQUIRED: &str = "Upgrade Required";
48pub const PRECONDITION_REQUIRED: &str = "Precondition Required";
49pub const TOO_MANY_REQUESTS: &str = "Too Many Requests";
50pub const REQUEST_HEADER_FIELDS_TOO_LARGE: &str = "Request Header Fields Too Large";
51pub const UNAVAILABLE_FOR_LEGAL_REASONS: &str = "Unavailable For Legal Reasons";
52pub const INTERNAL_SERVER_ERROR: &str = "Internal Server Error";
53pub const NOT_IMPLEMENTED: &str = "Not Implemented";
54pub const BAD_GATEWAY: &str = "Bad Gateway";
55pub const SERVICE_UNAVAILABLE: &str = "Service Unavailable";
56pub const GATEWAY_TIMEOUT: &str = "Gateway Timeout";
57pub const HTTP_VERSION_NOT_SUPPORTED: &str = "HTTP Version Not Supported";
58pub const VARIANT_ALSO_NEGOTIATES: &str = "Variant Also Negotiates";
59pub const INSUFFICIENT_STORAGE: &str = "Insufficient Storage";
60pub const LOOP_DETECTED: &str = "Loop Detected";
61pub const NOT_EXTENDED: &str = "Not Extended";
62pub const NETWORK_AUTHENTICATION_REQUIRED: &str = "Network Authentication Required";
63pub const UNKNOWN: &str = "Unknown";