maxHeaderSize - Node documentation
variable maxHeaderSize

Usage in Deno

import { maxHeaderSize } from "node:http";

Read-only property specifying the maximum allowed size of HTTP headers in bytes. Defaults to 16KB. Configurable using the --max-http-header-size CLI option.

Type

number