Skip to main content

maxHeaderSize

property ServerOptions.maxHeaderSize

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.

number | undefined
Back to top