vertx / io.vertx.reactivex.ext.web / Cookie / setSecure

setSecure

open fun setSecure(secure: Boolean): Cookie

Sets the security getStatus of this cookie

Parameters

secure - True if this cookie is to be secure, otherwise false

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