import { Request } from "https://deno.land/x/deno@v2.0.4/ext/fetch/lib.deno_fetch.d.ts";
This Fetch API interface represents a resource request.
type
{ readonly prototype: Request; new (input: RequestInfo | URL, init?: RequestInit): Request; }
import { Request } from "https://deno.land/x/deno@v2.0.4/ext/fetch/lib.deno_fetch.d.ts";
This Fetch API interface represents a resource request.