vertx / io.vertx.reactivex.core.http / HttpServerRequest / getParam

getParam

open fun getParam(paramName: String): String

Return the first param value with the specified name

Parameters

paramName - the param name

Return
the param value