-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Regex path variables #167
base: master
Are you sure you want to change the base?
Regex path variables #167
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #167 +/- ##
==========================================
- Coverage 66.95% 66.27% -0.69%
==========================================
Files 26 27 +1
Lines 1153 1269 +116
==========================================
+ Hits 772 841 +69
- Misses 330 369 +39
- Partials 51 59 +8 ☔ View full report in Codecov by Sentry. |
f308a54
to
58eab2d
Compare
cdaa43b
to
412121a
Compare
412121a
to
240a1e2
Compare
I added the missing documentation for env.VARIABLE replacement variable support |
adds new optional field to request object: pathVariables
it is a map of the path variable names (without the leading :) to the regexps that they must match