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.
uploadDirectory - the uploads directory
Return
the body handler