ServerOptions.maxHeaderSize - Node documentation
property ServerOptions.maxHeaderSize

Usage in Deno

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

Optionally overrides the value of --max-http-header-size for requests received by this server, i.e. the maximum length of request headers in bytes.

Type

number | undefined