envoyproxy/envoy

matchers: add firstOf matcher

Open

#20.666 aperta il 5 apr 2022

Vedi su GitHub
 (5 commenti) (1 reazione) (1 assegnatario)C++ (5373 fork)batch import
area/matchingarea/tlsenhancementhelp wanted

Metriche repository

Star
 (27.997 star)
Metriche merge PR
 (Merge medio 8g) (378 PR mergiate in 30 g)

Descrizione

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.

Guida contributor