Skip to main content
Server.prototype.maxHeadersCount - http - Node documentation
property Server.prototype.maxHeadersCount

Usage in Deno

import { Server } from "node:http";

Limits maximum incoming headers count. If set to 0, no limit will be applied.

Type

number | null