package envoy.extensions.filters.http.composite.v3

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

message Composite

composite.proto:33

:ref:`Composite filter <config_http_filters_composite>` config. The composite filter config allows delegating filter handling to another filter as determined by matching on the request headers. This makes it possible to use different filters or filter configurations based on the incoming request. This is intended to be used with :ref:`ExtensionWithMatcher <envoy_v3_api_msg_extensions.common.matching.v3.ExtensionWithMatcher>` where a match tree is specified that indicates (via :ref:`ExecuteFilterAction <envoy_v3_api_msg_extensions.filters.http.composite.v3.ExecuteFilterAction>`) which filter configuration to create and delegate to.

(message has no fields)

message DynamicConfig

composite.proto:37

Configuration for an extension configuration discovery service with name.

Used in: ExecuteFilterAction

message ExecuteFilterAction

composite.proto:49

Composite match action (see :ref:`matching docs <arch_overview_matching_api>` for more info on match actions). This specifies the filter configuration of the filter that the composite filter should delegate filter interactions to.