abstract fun addQueryParam(paramName: String, paramValue: String): HttpRequest<T>
Add a query parameter to the request.
paramName - the param name
paramName
paramValue - the param value
paramValue
Return a reference to this, so the API can be used fluently