Skip to main content
Module

std/node/http.ts>request

Deno standard library
Go to Latest
function request
import { request } from "https://deno.land/std@0.119.0/node/http.ts";

Makes an HTTP request.

Parameters

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