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