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

setAllowRootFileSystemAccess

open 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