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