Skip to main content
AgentOptions.keepAlive - http - Node documentation
property AgentOptions.keepAlive

Usage in Deno

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

Keep sockets around in a pool to be used by other requests in the future. Default = false

Type

boolean | undefined