smi-spec
smi-spec copied to clipboard
Support Exact and Prefix matches for URI path in HTTPRouteGroup
Describe the proposal
Currently, only regex pattern can be used to match an URI path, while prefix match and exact match can solve most problems and their costs are little then regex. So what about supporting the Prefix and Exact match?
Scope
- [ ] New specification
- [ ] Traffic Access Control
- [x] Traffic Specs
- [ ] Traffic Metrics
- [ ] Traffic Split
Possible use cases