UNPKG

stoker

Version:

Utilities for hono and @hono/zod-openapi

59 lines (58 loc) 3.04 kB
export const ACCEPTED = "Accepted"; export const BAD_GATEWAY = "Bad Gateway"; export const BAD_REQUEST = "Bad Request"; export const CONFLICT = "Conflict"; export const CONTINUE = "Continue"; export const CREATED = "Created"; export const EXPECTATION_FAILED = "Expectation Failed"; export const FAILED_DEPENDENCY = "Failed Dependency"; export const FORBIDDEN = "Forbidden"; export const GATEWAY_TIMEOUT = "Gateway Timeout"; export const GONE = "Gone"; export const HTTP_VERSION_NOT_SUPPORTED = "HTTP Version Not Supported"; export const IM_A_TEAPOT = "I'm a teapot"; export const INSUFFICIENT_SPACE_ON_RESOURCE = "Insufficient Space on Resource"; export const INSUFFICIENT_STORAGE = "Insufficient Storage"; export const INTERNAL_SERVER_ERROR = "Internal Server Error"; export const LENGTH_REQUIRED = "Length Required"; export const LOCKED = "Locked"; export const METHOD_FAILURE = "Method Failure"; export const METHOD_NOT_ALLOWED = "Method Not Allowed"; export const MOVED_PERMANENTLY = "Moved Permanently"; export const MOVED_TEMPORARILY = "Moved Temporarily"; export const MULTI_STATUS = "Multi-Status"; export const MULTIPLE_CHOICES = "Multiple Choices"; export const NETWORK_AUTHENTICATION_REQUIRED = "Network Authentication Required"; export const NO_CONTENT = "No Content"; export const NON_AUTHORITATIVE_INFORMATION = "Non Authoritative Information"; export const NOT_ACCEPTABLE = "Not Acceptable"; export const NOT_FOUND = "Not Found"; export const NOT_IMPLEMENTED = "Not Implemented"; export const NOT_MODIFIED = "Not Modified"; export const OK = "OK"; export const PARTIAL_CONTENT = "Partial Content"; export const PAYMENT_REQUIRED = "Payment Required"; export const PERMANENT_REDIRECT = "Permanent Redirect"; export const PRECONDITION_FAILED = "Precondition Failed"; export const PRECONDITION_REQUIRED = "Precondition Required"; export const PROCESSING = "Processing"; export const EARLY_HINTS = "Early Hints"; export const UPGRADE_REQUIRED = "Upgrade Required"; export const PROXY_AUTHENTICATION_REQUIRED = "Proxy Authentication Required"; export const REQUEST_HEADER_FIELDS_TOO_LARGE = "Request Header Fields Too Large"; export const REQUEST_TIMEOUT = "Request Timeout"; export const REQUEST_TOO_LONG = "Request Entity Too Large"; export const REQUEST_URI_TOO_LONG = "Request-URI Too Long"; export const REQUESTED_RANGE_NOT_SATISFIABLE = "Requested Range Not Satisfiable"; export const RESET_CONTENT = "Reset Content"; export const SEE_OTHER = "See Other"; export const SERVICE_UNAVAILABLE = "Service Unavailable"; export const SWITCHING_PROTOCOLS = "Switching Protocols"; export const TEMPORARY_REDIRECT = "Temporary Redirect"; export const TOO_MANY_REQUESTS = "Too Many Requests"; export const UNAUTHORIZED = "Unauthorized"; export const UNAVAILABLE_FOR_LEGAL_REASONS = "Unavailable For Legal Reasons"; export const UNPROCESSABLE_ENTITY = "Unprocessable Entity"; export const UNSUPPORTED_MEDIA_TYPE = "Unsupported Media Type"; export const USE_PROXY = "Use Proxy"; export const MISDIRECTED_REQUEST = "Misdirected Request";