Package | Description |
---|---|
org.springframework.cloud.gateway.webflux |
Modifier and Type | Method and Description |
---|---|
ProxyExchange<T> |
ProxyExchange.body(Object body)
|
ProxyExchange<T> |
ProxyExchange.body(org.reactivestreams.Publisher<?> body)
|
ProxyExchange<T> |
ProxyExchange.header(String name,
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(String... names)
Sets the names of sensitive headers that are not passed downstream to the backend
service.
|
ProxyExchange<T> |
ProxyExchange.uri(String uri)
Sets the uri for the backend call when triggered by the HTTP methods.
|
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.