Skip to main content
ServerOptions.connectionsCheckingInterval - http - Node documentation
property ServerOptions.connectionsCheckingInterval

Usage in Deno

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

Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests.

Type

number | undefined