@ -51,16 +51,15 @@ option (udpa.annotations.file_status).package_version_status = ACTIVE;
/ / * Whether subsequent HTTP requests are transmitted synchronously or whether they are
/ / * Whether subsequent HTTP requests are transmitted synchronously or whether they are
/ / sent asynchronously.
/ / sent asynchronously.
/ / * To modify request or response trailers if they already exist
/ / * To modify request or response trailers if they already exist
/ / * To add request or response trailers where they are not present
/ /
/ /
/ / The filter supports up to six different processing steps. Each is represented by
/ / The filter supports up to six different processing steps. Each is represented by
/ / a gRPC stream message that is sent to the external processor. For each message , the
/ / a gRPC stream message that is sent to the external processor. For each message , the
/ / processor must send a matching response.
/ / processor must send a matching response.
/ /
/ /
/ / * Request headers : Contains the headers from the original HTTP request.
/ / * Request headers : Contains the headers from the original HTTP request.
/ / * Request body : Sent in a single message if the BUFFERED or BUFFERED_PARTIAL
/ / * Request body : Delivered if they are present and sent in a single message if
/ / mode is chosen , in multiple messages if the STREAMED mode is chosen , and not
/ / the BUFFERED or BUFFERED_PARTIAL mode is chosen , in multiple messages if the
/ / at all otherwise.
/ / STREAMED mode is chosen , and not at all otherwise.
/ / * Request trailers : Delivered if they are present and if the trailer mode is set
/ / * Request trailers : Delivered if they are present and if the trailer mode is set
/ / to SEND.
/ / to SEND.
/ / * Response headers : Contains the headers from the HTTP response. Keep in mind
/ / * Response headers : Contains the headers from the HTTP response. Keep in mind