vertx / io.vertx.reactivex.ext.web.handler / StaticHandler / create

create

open static fun create(): StaticHandler

Create a handler using defaults

Return
the handler

open static fun create(root: String): StaticHandler

Create a handler, specifying web-root

Parameters

root - the web-root

Return
the handler