abstract fun uri(value: String): HttpRequest<T>
Configure the request to use a new request URI value.
When the uri has query parameters, they are set in the #queryParams() multimap, overwritting any parameters previously set.
Return
a reference to this, so the API can be used fluently