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

create

open static fun create(): BodyHandler

Create a body handler with defaults

Return
the body handler

open static fun create(uploadDirectory: String): BodyHandler

Create a body handler and use the given upload directory.

Parameters

uploadDirectory - the uploads directory

Return
the body handler