maxBodySize

Maximum size in bytes of the HTTP response body that ResponseAccumulator will accept until it will abort the request and throw an ResponseTooBigError.

HTTPHandler.swift:499
let maxBodySize: Int

Default is 2^32.