Set the Uri for the request, replacing the existing uri if set. @param uri to use, must be a relative uri. @return a RequestTemplate for chaining.
(String uri)
| 434 | * @return a RequestTemplate for chaining. |
| 435 | */ |
| 436 | public RequestTemplate uri(String uri) { |
| 437 | return this.uri(uri, false); |
| 438 | } |
| 439 | |
| 440 | /** |
| 441 | * Set the uri for the request. |