You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The string match types are a bit messy. They're defined in multiple APIs but look similar. For most EG APIs(Ratelimit and CORS for now, more in the future), the match types are just used to represent the StringMatcher XDS API.
What I'd like to change:
Create a common StringMatcher that can be used by Ratelimit, CORS, and other APIs that need plain string matching
Change the name of StringMatcher in Stats to avoid naming conflicting
I would like to raise a PR to refactor it if it makes sense.
The text was updated successfully, but these errors were encountered:
Description:
The string match types are a bit messy. They're defined in multiple APIs but look similar. For most EG APIs(Ratelimit and CORS for now, more in the future), the match types are just used to represent the StringMatcher XDS API.
What I'd like to change:
I would like to raise a PR to refactor it if it makes sense.
The text was updated successfully, but these errors were encountered: