Closed LuHuangMSFT closed 3 years ago
We want to allow wildcard characters to be used at the front of path strings as well as the back. This syntax avoids the performance cost of regexes but allows developers more flexibility in configuring paths for URL handling.
Resolves #30
We want to allow wildcard characters to be used at the front of path strings as well as the back. This syntax avoids the performance cost of regexes but allows developers more flexibility in configuring paths for URL handling.