Skip to main content
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.

Type

number | undefined
Back to top