Module

std/http/mod.ts>Request

The Deno Standard Library
Go to Latest
type alias Request
import { type Request } from "https://dotland.deno.dev/std@0.223.0/http/mod.ts";

Loose copy of Request.

definition: { headers: { get(key: string): string | null; }; }