envoyproxy/envoy

matchers: add firstOf matcher

Open

#20 666 ouverte le 5 avr. 2022

Voir sur GitHub
 (5 commentaires) (1 réaction) (1 assigné)C++ (5 373 forks)batch import
area/matchingarea/tlsenhancementhelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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.

Guide contributeur