Function ServerinoConfig.setMaxRequestSize

Max size of a request. If a request is bigger than this value, error 413 is returned.

ref ServerinoConfig setMaxRequestSize (
  ulong bytes = 10485760LU
) return @safe;