envoyproxy/envoy

matchers: add firstOf matcher

开放

#20,666 创建于 2022年4月5日

 (5 条评论) (1 个反应) (1 位负责人)C++ (5,373 个派生)batch import
area/matchingarea/tlsenhancementhelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

For something like ALPN list matching, we need a way to say: iterate over the input, which is a list, until the inner matches accepts. The core API does not provision this use case, so this has to be done as a meta-matcher with a custom matcher.

贡献者指南