Skip to main content
Module

std/node/http.ts>get

Deno standard library
Go to Latest
function get
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) => void

Parameters

...args: any[]