Signed-off-by: Rafal Augustyniak <raugustyniak@lyft.com>

Mirrored from https://github.com/envoyproxy/envoy @ 7498c33e269217beaafe348d079893f80efabd18
master-ci-test
data-plane-api(CircleCI) 5 years ago
parent 34e9a7eed1
commit 2bbc01e06f
  1. 2
      envoy/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto
  2. 2
      envoy/extensions/filters/network/http_connection_manager/v4alpha/http_connection_manager.proto

@ -613,7 +613,7 @@ message ResponseMapper {
google.protobuf.UInt32Value status_code = 2 [(validate.rules).uint32 = {lt: 600 gte: 200}];
// The new local reply body text if specified. It will be used in the `%LOCAL_REPLY_BODY%`
// command operator in the `body_foramt`.
// command operator in the `body_format`.
config.core.v3.DataSource body = 3;
// A per mapper `body_format` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.

@ -618,7 +618,7 @@ message ResponseMapper {
google.protobuf.UInt32Value status_code = 2 [(validate.rules).uint32 = {lt: 600 gte: 200}];
// The new local reply body text if specified. It will be used in the `%LOCAL_REPLY_BODY%`
// command operator in the `body_foramt`.
// command operator in the `body_format`.
config.core.v4alpha.DataSource body = 3;
// A per mapper `body_format` to override the :ref:`body_format <envoy_v3_api_field_extensions.filters.network.http_connection_manager.v3.LocalReplyConfig.body_format>`.

Loading…
Cancel
Save