vertx / io.vertx.reactivex.core / MultiMap / set

set

open fun set(name: String, value: String): MultiMap

Sets a value under the specified name.

If there is an existing header with the same name, it is removed.

Parameters

name - The name

value - The value

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