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

setValue

abstract 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