type alias Requestimport { type Request } from "https://deno.land/std@0.174.0/http/mod.ts"; definition: { headers: { get(key: string): string | null; }; }