Uses of Class
org.springframework.cloud.gateway.webflux.ProxyExchange
Packages that use ProxyExchange
-
Uses of ProxyExchange in org.springframework.cloud.gateway.webflux
Methods in org.springframework.cloud.gateway.webflux that return ProxyExchangeModifier and TypeMethodDescriptionProxyExchange.body(org.reactivestreams.Publisher<?> body) Sets a header for the downstream call.ProxyExchange.headers(org.springframework.http.HttpHeaders headers) Additional headers, or overrides of the incoming ones, to be used in the downstream call.Sets the names of sensitive headers that are not passed downstream to the backend service.Sets the uri for the backend call when triggered by the HTTP methods.