vertx / io.vertx.ext.web.handler / BodyHandler / setBodyLimit

setBodyLimit

abstract fun setBodyLimit(bodyLimit: Long): BodyHandler

Set the maximum body size -1 means unlimited

Parameters

bodyLimit - the max size

Return
reference to this for fluency