property AgentOptions.keepAlive Usage in Deno```typescript import { type AgentOptions } from "node:node__http.d.ts"; ``` Keep sockets around in a pool to be used by other requests in the future. Default = false Type boolean | undefined