Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/http/negotiation.ts>Request

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