Skip to main content
Module

std/http/mod.ts>Request

Deno standard library
Go to Latest
type alias Request
import { type Request } from "https://deno.land/std@0.159.0/http/mod.ts";
definition: { headers: { get(key: string): string | null; }; }