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

setDefaultContentEncoding

abstract fun setDefaultContentEncoding(contentEncoding: String): StaticHandler

Set the default content encoding for text related files. This allows overriding the system settings default value.

Parameters

contentEncoding - the desired content encoding e.g.: "UTF-8"

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