Skip to main content
Module

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

A frugal web framework
Latest
type alias Request
import { type Request } from "https://deno.land/x/frugal@0.9.6/dep/std/http.ts";
definition: { headers: { get(key: string): string | null; }; }