vertx / io.vertx.reactivex.core / MultiMap / get

get

open fun get(name: String): String

Returns the value of with the specified name. If there are more than one values for the specified name, the first value is returned.

Parameters

name - The name of the header to search

Return
The first header value or null if there is no such entry