You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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 theRequest
?Describe the solution you'd like
Implement the same functionality for the
Request
(maybe in ModifyRequestBodyGatewayFilterFactory ).The text was updated successfully, but these errors were encountered: