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

Usage in Deno

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

Socket timeout in milliseconds. This will set the timeout after the socket is connected.

Type

number | undefined