fasthttprouter icon indicating copy to clipboard operation
fasthttprouter copied to clipboard

Recognize defined path in handler

Open regorov opened this issue 5 years ago • 1 comments

Hi!

Let say I had

GET("/customer/:id", handler)

How can I find the original path "/customer/:id" inside func handler() ? Thank you

regorov avatar May 01 '19 16:05 regorov

Please see: https://github.com/fasthttp/router/issues/4

savsgio avatar May 03 '19 21:05 savsgio