mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
758ddf84e9
Add case insensitive param on service route match This commit adds in a new feature that allows service routers to specify that paths and path prefixes should ignore upper / lower casing when matching URLs. Co-authored-by: Derek Menteer <105233703+hashi-derek@users.noreply.github.com>
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
```release-note:improvement
|
|
connect: Add `CaseInsensitive` flag to service-routers that allows paths and path prefixes to ignore URL upper and lower casing.
|
|
```
|