Question Description
I want to get the full route path of a request, like /api/admin/word/book/:bookId/page, instead of the resolved one like /api/admin/word/book/15387/page. In Gin, the ctx.FullPath() method can do this. Is there something similar in Fiber?
Code Snippet (optional)
Checklist: