vertx / io.vertx.reactivex.core.http / HttpServerRequest / uploadHandler

uploadHandler

open fun uploadHandler(uploadHandler: Handler<HttpServerFileUpload>): HttpServerRequest

Set an upload handler. The handler will get notified once a new file upload was received to allow you to deal with the file upload.

Parameters

uploadHandler -

Return
a reference to this, so the API can be used fluently