Required Instance Propertyhummingbird 2.15.0Hummingbird

maxUploadSize

Maximum size of request body allowed when decoding requests. If a request body that needs decoding is greater than this size then a Content Too Large (413) response is returned. This only applies to decoding requests.

RequestContext.swift:85
var maxUploadSize: Int { get }