import { get } from "https://deno.land/std@0.145.0/node/http.ts";
Makes a GET
HTTP request.
Parameters
url: string | URL
optional
cb: (res: IncomingMessageForClient) => voidParameters
opts: RequestOptions
optional
cb: (res: IncomingMessageForClient) => void