Module

x/drash/src/core/http/response/StatusName.ts>StatusName

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
variable StatusName
import { StatusName } from "https://dotland.deno.dev/x/drash@v3.0.0-beta.2/src/core/http/response/StatusName.ts";

Drash - A microframework for building JavaScript/TypeScript HTTP systems. Copyright (C) 2023 Drash authors. The Drash authors are listed in the AUTHORS file at https://github.com/drashland/drash/AUTHORS. This notice applies to Drash version 3.X.X and any later version.

This file is part of Drash. See https://github.com/drashland/drash.

Drash is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Drash is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Drash. If not, see https://www.gnu.org/licenses/.

type

{ Continue: string; SwitchingProtocols: string; Processing: string; EarlyHints: string; OK: string; Created: string; Accepted: string; NonAuthoritativeInformation: string; NoContent: string; ResetContent: string; PartialContent: string; MultiStatus: string; AlreadyReported: string; IMUsed: string; MultipleChoices: string; MovedPermanently: string; Found: string; SeeOther: string; NotModified: string; UseProxy: string; TemporaryRedirect: string; PermanentRedirect: string; BadRequest: string; Unauthorized: string; PaymentRequired: string; Forbidden: string; NotFound: string; MethodNotAllowed: string; NotAcceptable: string; ProxyAuthenticationRequired: string; RequestTimeout: string; Conflict: string; Gone: string; LengthRequired: string; PreconditionFailed: string; PayloadTooLarge: string; URITooLong: string; UnsupportedMediaType: string; RangeNotSatisfiable: string; ExpectationFailed: string; Imateapot: string; MisdirectedRequest: string; UnprocessableEntity: string; Locked: string; FailedDependency: string; TooEarly: string; UpgradeRequired: string; PreconditionRequired: string; TooManyRequests: string; RequestHeaderFieldsTooLarge: string; UnavailableForLegalReasons: string; InternalServerError: string; NotImplemented: string; BadGateway: string; ServiceUnavailable: string; GatewayTimeout: string; HTTPVersionNotSupported: string; VariantAlsoNegotiates: string; InsufficientStorage: string; LoopDetected: string; NotExtended: string; NetworkAuthenticationRequired: string; }