Uses of Class
org.springframework.cloud.gateway.mvc.ProxyExchange
Packages that use ProxyExchange
-
Uses of ProxyExchange in org.springframework.cloud.gateway.mvc
Methods in org.springframework.cloud.gateway.mvc that return ProxyExchangeModifier and TypeMethodDescriptionSets 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.Sets the uri for the backend call when triggered by the HTTP methods.
excluded(String...)