Extension Matcher¶
extensions.common.matching.v3.ExtensionWithMatcher¶
[extensions.common.matching.v3.ExtensionWithMatcher proto]
Wrapper around an existing extension that provides an associated matcher. This allows decorating an existing extension with a matcher, which can be used to match against relevant protocol data.
{
  "matcher": "{...}",
  "extension_config": "{...}"
}
- matcher
- (config.common.matcher.v3.Matcher, REQUIRED) The associated matcher. 
- extension_config
- (config.core.v3.TypedExtensionConfig, REQUIRED) The underlying extension config.