envoyproxy/envoy

matchers: add firstOf matcher

Open

#20,666 建立於 2022年4月5日

在 GitHub 查看
 (5 留言) (1 反應) (1 負責人)C++ (5,373 fork)batch import
area/matchingarea/tlsenhancementhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 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.

貢獻者指南