vertx / io.vertx.ext.web.client / HttpRequest / setQueryParam

setQueryParam

abstract fun setQueryParam(paramName: String, paramValue: String): HttpRequest<T>

Set a query parameter to the request.

Parameters

paramName - the param name

paramValue - the param value

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