Commit Message: matcher: add implementation for ServerNameMatcher
Additional Description: This PR adds a trie-based implementation for ServerNameMatcher for both Network & HTTP.
Risk Level: Low
Testing: Unit Tests
Docs Changes: Added
Release Notes: Added
As a reminder, PRs marked as draft will not be automatically assigned reviewers,
or be handled by maintainer-oncall triage.
Please mark your PR as ready when you want it to be reviewed!
:cat:
Caused by: https://github.com/envoyproxy/envoy/pull/37271 was opened by agrawroh.
see: [more](https://github.com/envoyproxy/envoy/pull/37271), [trace](https://prod.repokitteh.app/traces/ui/envoyproxy/envoy/b865cfe0-a77f-11ef-8eef-6545829e3c85).
Description
This PR adds a trie-based implementation for
ServerNameMatcher
[Link].Example Config:
Commit Message: matcher: add implementation for ServerNameMatcher Additional Description: This PR adds a trie-based implementation for
ServerNameMatcher
for both Network & HTTP. Risk Level: Low Testing: Unit Tests Docs Changes: Added Release Notes: Added