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

setChanged

open fun setChanged(changed: Boolean): Unit

Set the cookie as being changed. Changed will be true for a cookie just created, false by default if just read from the request

Parameters

changed - true if changed