spring-cloud-gateway
spring-cloud-gateway copied to clipboard
Gzip Request decompression functionality
Is your feature request related to a problem? Please describe.
I can see that Gateway can encode/decode Response by gzip (ModifyResponseBodyGatewayFilterFactory). Can the same transformation be added for the Request?
Describe the solution you'd like
Implement the same functionality for the Request (maybe in ModifyRequestBodyGatewayFilterFactory ).