ProxyExchange<T> |
ProxyExchange.body(java.lang.Object body) |
|
ProxyExchange<T> |
ProxyExchange.body(org.reactivestreams.Publisher<?> body) |
|
ProxyExchange<T> |
ProxyExchange.header(java.lang.String name,
java.lang.String... value) |
Sets a header for the downstream call.
|
ProxyExchange<T> |
ProxyExchange.headers(org.springframework.http.HttpHeaders headers) |
Additional headers, or overrides of the incoming ones, to be used in the downstream
call.
|
ProxyExchange<T> |
ProxyExchange.sensitive(java.lang.String... names) |
Sets the names of sensitive headers that are not passed downstream to the backend
service.
|
ProxyExchange<T> |
ProxyExchange.uri(java.lang.String uri) |
Sets the uri for the backend call when triggered by the HTTP methods.
|