Package org.springframework.cloud.gateway.filter.factory.rewrite
-
Interface Summary Interface Description MessageBodyDecoder Decoder that is used to decode message body in case it's encoding from Content-Encoding header matches encoding returned byencodingType()call.MessageBodyEncoder Encoder that is used to encode message body in case it's encoding from Content-Encoding header matches encoding returned byencodingType()call.RewriteFunction<T,R> This interface is BETA and may be subject to change in a future release. -
Class Summary Class Description CachedBodyOutputMessage Implementation ofClientHttpRequestthat saves body as a field.GzipMessageBodyResolver ModifyRequestBodyGatewayFilterFactory GatewayFilter that modifies the request body.ModifyRequestBodyGatewayFilterFactory.Config ModifyResponseBodyGatewayFilterFactory GatewayFilter that modifies the response body.ModifyResponseBodyGatewayFilterFactory.Config