matchers: add firstOf matcher
Open
area/matching
area/tls
enhancement
help wanted
- Dominant language
- C++
- Stars
- 28.9k
- Forks
- 5.6k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 437
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.
Contributor guide
Assessment
This issue has not been assessed yet.