envoyproxy/envoy

matchers: add firstOf matcher

オープン

#20,666 opened on 2022/04/05

 (5 件のコメント) (1 件のリアクション) (1 人の担当者)C++ (5,373 件のフォーク)batch import
area/matchingarea/tlsenhancementhelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド