Skip to main content
Agent - https - Node documentation
class Agent
extends http.Agent

Usage in Deno

import { Agent } from "node:https";

An Agent object for HTTPS similar to http.Agent. See request for more information.

Constructors

new
Agent(options?: AgentOptions)

Properties