interface AgentOptions
          
   extends [http.AgentOptions], [tls.ConnectionOptions]
Usage in Deno
import { type AgentOptions } from "node:https";
optional
rejectUnauthorized: boolean | undefined
      
    optional
maxCachedSessions: number | undefined