vertx / io.vertx.reactivex.core / MultiMap / add

add

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

Adds a new value with the specified name and value.

Parameters

name - The name

value - The value being added

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