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 the names of excluded headers that are not passed downstream to the backend service.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.Deprecated.Sets the uri for the backend call when triggered by the HTTP methods.
excluded(String...)