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.
new
Agent(options?: AgentOptions)
      
    import { Agent } from "node:https";
An Agent object for HTTPS similar to http.Agent. See request for more information.
Agent(options?: AgentOptions)