Module

std/http/cookie_map.ts>Headered

Deno standard library
Go to Latest
interface Headered
import { type Headered } from "https://dotland.deno.dev/std@0.181.0/http/cookie_map.ts";

An object which contains a headers property which has a value of an instance of {@link Headers}, like {@link Request} and {@link Response}.

Properties

headers: Headers