ServerOptions.keepAliveTimeout - Node documentation
property ServerOptions.keepAliveTimeout

Usage in Deno

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

The number of milliseconds of inactivity a server needs to wait for additional incoming data, after it has finished writing the last response, before a socket will be destroyed.

Type

number | undefined