property Server.prototype.maxHeadersCount Usage in Denoimport { Server } from "node:http"; Limits maximum incoming headers count. If set to 0, no limit will be applied. Type number | null