Skip to main content
Module

x/frugal/dep/std/http.ts>Headered

A frugal web framework
Latest
interface Headered
import { type Headered } from "https://deno.land/x/frugal@0.9.6/dep/std/http.ts";

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