Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
Module

std/http/mod.ts>Headered

Deno standard library
Go to Latest
interface Headered
import { type Headered } from "https://deno.land/std@0.202.0/http/mod.ts";

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