Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drash/src/core/http/Header.ts>Header

A microframework for building JavaScript HTTP applications. Runtime-agnostic. Strongly typed.
Latest
variable Header
import { Header } from "https://deno.land/x/drash@v3.0.0-beta.2/src/core/http/Header.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

{ AccessControlAllowCredentials: string; AccessControlAllowHeaders: string; AccessControlAllowMethods: string; AccessControlAllowOrigin: string; AccessControlExposeHeaders: string; AccessControlMaxAge: string; AccessControlRequestHeaders: string; AccessControlRequestMethod: string; ContentLength: string; ContentType: string; Date: string; ETag: string; IfMatch: string; IfNoneMatch: string; LastModified: string; RetryAfter: string; Vary: string; }