class Agent
extends http.Agent
Usage in Deno
```typescript import { Agent } from "node:node__https.d.ts"; ```An `Agent` object for HTTPS similar to `http.Agent`. See [request](../.././node__https.d.ts/~/request) for more information.
new
Agent(options?: AgentOptions)