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

setValue

open fun setValue(value: String): Cookie

Sets the value of this cookie

Parameters

value - The value to set

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