property ServerOptions.maxHeaderSize Usage in Deno```typescript import { type ServerOptions } from "node:node__http.d.ts"; ``` Optionally overrides the value of `--max-http-header-size` for requests received by this server, i.e. the maximum length of request headers in bytes. Type number | undefined