vertx / io.vertx.ext.web.handler / StaticHandler / setWebRoot

setWebRoot

abstract fun setWebRoot(webRoot: String): StaticHandler

Set the web root

Parameters

webRoot - the web root

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