Skip to main content
AgentOptions - https - Node documentation
interface AgentOptions
extends [http.AgentOptions], [tls.ConnectionOptions]

Usage in Deno

import { type AgentOptions } from "node:https";

Properties

optional
rejectUnauthorized: boolean | undefined
optional
maxCachedSessions: number | undefined