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

getFormAttribute

open fun getFormAttribute(attributeName: String): String

Return the first form attribute value with the specified name

Parameters

attributeName - the attribute name

Return
the attribute value