package envoy.extensions.filters.http.transform.v3

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message BodyTransformation

transform.proto:76

Used in: Transformation

enum BodyTransformation.TransformAction

transform.proto:77

Used in: BodyTransformation

message TransformConfig

transform.proto:27

Configuration for the transform filter. The filter may buffer the request/response until the entire body is received, and then mutate the headers and body according to the contents of the request/response. The request and response transformations are independent and could be configured separately. Only JSON body transformation is supported for now.

message Transformation

transform.proto:61

Used in: TransformConfig