public static interface HttpClient.UriConfiguration<S extends HttpClient.UriConfiguration<?>>
Modifier and Type | Method and Description |
---|---|
S |
uri(Mono<String> uri)
Configure URI to use for this request/response on subscribe
|
S |
uri(String uri)
Configure URI to use for this request/response
|
S uri(String uri)
uri
- target URI, if starting with "/" it will be prepended with
HttpClient.baseUrl(String)
when availableS uri(Mono<String> uri)
uri
- target URI, if starting with "/" it will be prepended with
HttpClient.baseUrl(String)
when available