vertx / io.vertx.ext.web / ParsedHeaderValue / parameters

parameters

abstract fun parameters(): MutableMap<String, String>

The parameters specified in this header value. Note: The q parameter is never present.

See Also
{@link #parameter(String)}

Return
Unmodifiable Map of parameters of this header value