import { fetch } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno.shared_globals.d.ts";
The Fetch API
which also supports setting a Deno.HttpClient
which provides a
way to connect via proxies and use custom TLS certificates.
Parameters
optional
init: RequestInit & { client: Deno.HttpClient; }