Retrieving PathPattern from Endpoint #663
Unanswered
rwnd-bradley
asked this question in
Q&A
Replies: 1 comment
-
|
This issue comment indicates that the middleware cannot access the PathPattern data: #797 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I am creating a rate limiter endpoint which is tracking based on request IP and URI. This works well except for paths with patterns (i.e.
/object/:id). Instead of usingreq.uri()I'd like to use something similar to PathPattern, is this possible in middleware?Beta Was this translation helpful? Give feedback.
All reactions