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.119.0/node/http.ts";

Makes a GET HTTP request.

Parameters

url: string | URL
optional
options: HTTPRequestOptions
optional
cb: Function