HTTPServerSettings.maxRequestHeaderSize

Maximum number of transferred bytes for the request header. This includes the request line the url and all headers.

class HTTPServerSettings
ulong maxRequestHeaderSize;

Meta