import { request } from "https://deno.land/std@0.177.0/node/https.ts";
Makes a request to an https server.
Parameters
url: string | URL
optional
cb: (res: IncomingMessage) => voidParameters
optional
cb: (res: IncomingMessage) => voidimport { request } from "https://deno.land/std@0.177.0/node/https.ts";
Makes a request to an https server.