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

setDirectoryListing

open fun setDirectoryListing(directoryListing: Boolean): StaticHandler

Set whether directory listing is enabled

Parameters

directoryListing - true if enabled

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