envoyproxy/envoy

matchers: add firstOf matcher

Offen

#20.666 geöffnet am 05.04.2022

 (5 Kommentare) (1 Reaktion) (1 zugewiesene Person)C++ (5.373 Forks)batch import
area/matchingarea/tlsenhancementhelp wanted

Repository-Metriken

Stars
 (27.997 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide