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

Usage in Deno

import { ClientRequest } from "node:http";

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

Type

number