enum Statusimport { Status } from "https://deno.land/std@0.206.0/http/status.ts"; Standard HTTP status codes. MembersAccepted = 202RFC 7231, 6.3.3 AlreadyReported = 208RFC 5842, 7.1 BadGateway = 502RFC 7231, 6.6.3 BadRequest = 400RFC 7231, 6.5.1 Conflict = 409RFC 7231, 6.5.8 Continue = 100RFC 7231, 6.2.1 Created = 201RFC 7231, 6.3.2 EarlyHints = 103RFC 8297 * ExpectationFailed = 417RFC 7231, 6.5.14 FailedDependency = 424RFC 4918, 11.4 Forbidden = 403RFC 7231, 6.5.3 Found = 302RFC 7231, 6.4.3 GatewayTimeout = 504RFC 7231, 6.6.5 Gone = 410RFC 7231, 6.5.9 HTTPVersionNotSupported = 505RFC 7231, 6.6.6 IMUsed = 226RFC 3229, 10.4.1 InsufficientStorage = 507RFC 4918, 11.5 InternalServerError = 500RFC 7231, 6.6.1 LengthRequired = 411RFC 7231, 6.5.10 Locked = 423RFC 4918, 11.3 LoopDetected = 508RFC 5842, 7.2 MethodNotAllowed = 405RFC 7231, 6.5.5 MisdirectedRequest = 421RFC 7540, 9.1.2 MovedPermanently = 301RFC 7231, 6.4.2 MultipleChoices = 300RFC 7231, 6.4.1 MultiStatus = 207RFC 4918, 11.1 NetworkAuthenticationRequired = 511RFC 6585, 6 NoContent = 204RFC 7231, 6.3.5 NonAuthoritativeInfo = 203RFC 7231, 6.3.4 NotAcceptable = 406RFC 7231, 6.5.6 NotExtended = 510RFC 2774, 7 NotFound = 404RFC 7231, 6.5.4 NotImplemented = 501RFC 7231, 6.6.2 NotModified = 304RFC 7232, 4.1 OK = 200RFC 7231, 6.3.1 PartialContent = 206RFC 7233, 4.1 PaymentRequired = 402RFC 7231, 6.5.2 PermanentRedirect = 308RFC 7538, 3 PreconditionFailed = 412RFC 7232, 4.2 PreconditionRequired = 428RFC 6585, 3 Processing = 102RFC 2518, 10.1 ProxyAuthRequired = 407RFC 7235, 3.2 RequestedRangeNotSatisfiable = 416RFC 7233, 4.4 RequestEntityTooLarge = 413RFC 7231, 6.5.11 RequestHeaderFieldsTooLarge = 431RFC 6585, 5 RequestTimeout = 408RFC 7231, 6.5.7 RequestURITooLong = 414RFC 7231, 6.5.12 ResetContent = 205RFC 7231, 6.3.6 SeeOther = 303RFC 7231, 6.4.4 ServiceUnavailable = 503RFC 7231, 6.6.4 SwitchingProtocols = 101RFC 7231, 6.2.2 Teapot = 418RFC 7168, 2.3.3 TemporaryRedirect = 307RFC 7231, 6.4.7 TooEarly = 425RFC 8470, 5.2 TooManyRequests = 429RFC 6585, 4 Unauthorized = 401RFC 7235, 3.1 UnavailableForLegalReasons = 451RFC 7725, 3 UnprocessableEntity = 422RFC 4918, 11.2 UnsupportedMediaType = 415RFC 7231, 6.5.13 UpgradeRequired = 426RFC 7231, 6.5.15 UseProxy = 305RFC 7231, 6.4.5 VariantAlsoNegotiates = 506RFC 2295, 8.1