property ClientRequest.prototype.maxHeadersCount Usage in Deno```typescript import { ClientRequest } from "node:node__http.d.ts"; ``` Limits maximum response headers count. If set to 0, no limit will be applied. Type number