Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fsrouter/deps.ts>http.Headered

A file system based router for Deno.
Go to Latest
interface http.Headered
import { type http } from "https://deno.land/x/fsrouter@2.11.1/deps.ts";
const { Headered } = http;

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