-
-
Notifications
You must be signed in to change notification settings - Fork 884
Closed
Labels
enhancementNew feature or request.New feature or request.
Description
What is the feature you are proposing?
Now
app.use(async (c, next) => {
console.log(c.req.method, c.req.routePath, c.req.path, c.req.url)
// GET /* /user/1 http://127.0.0.1:3000/user/1
}
app.get("/user/:id", ...)
// and curl
// curl http://127.0.0.1:3000/user/1Want to
console.log(c.req.routePath)
// /user/:idMetadata
Metadata
Assignees
Labels
enhancementNew feature or request.New feature or request.