envoyproxy/envoy

matchers: add firstOf matcher

Aberta

#20.666 aberto em 5 de abr. de 2022

 (5 comentários) (1 reação) (1 responsável)C++ (5.373 forks)batch import
area/matchingarea/tlsenhancementhelp wanted

Métricas do repositório

Stars
 (27.997 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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.

Guia do colaborador