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

setAllowRootFileSystemAccess

abstract fun setAllowRootFileSystemAccess(allowRootFileSystemAccess: Boolean): StaticHandler

Enable/Disable access to the root of the filesystem

Parameters

allowRootFileSystemAccess - whether root access is allowed

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