vertx / io.vertx.reactivex.core / MultiMap / remove

remove

open fun remove(name: String): MultiMap

Removes the value with the given name

Parameters

name - The name of the value to remove

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