vertx / io.vertx.reactivex.ext.web.handler / SessionHandler / setNagHttps

setNagHttps

open fun setNagHttps(nag: Boolean): SessionHandler

Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS

Parameters

nag - true to nag

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