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

Usage in Deno

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

Sets the timeout value in milliseconds for receiving the entire request from the client.

Type

number | undefined

See

  • Server.requestTimeout for more information.