package envoy.extensions.filters.http.grpc_json_reverse_transcoder.v3

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

message GrpcJsonReverseTranscoder

transcoder.proto:28

[#next-free-field: 6] ``GrpcJsonReverseTranscoder`` is the filter configuration for the gRPC JSON reverse transcoder. The reverse transcoder acts as a bridge between a gRPC client and an HTTP/JSON server, converting the gRPC request into HTTP/JSON for the HTTP backend and the HTTP/JSON response back to gRPC for the gRPC client. This effectively reverses the behavior of the :ref:`grpc_json_transcoder filter <config_http_filters_grpc_json_transcoder>`, allowing a gRPC client to communicate with an HTTP/JSON server.