Skip to main content
Module

std/node/https.ts>get

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

Makes a request to an https server.

Parameters

url: string | URL
optional
cb: (res: IncomingMessage) => void

Returns

HttpsClientRequest

Parameters

opts: HttpsRequestOptions
optional
cb: (res: IncomingMessage) => void

Returns

HttpsClientRequest

Parameters

url: string | URL
opts: HttpsRequestOptions
optional
cb: (res: IncomingMessage) => void

Returns

HttpsClientRequest