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

setDirectoryListing

abstract 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