Open regorov opened 5 years ago
Hi!
Let say I had
GET("/customer/:id", handler)
How can I find the original path "/customer/:id" inside func handler() ? Thank you
Please see: https://github.com/fasthttp/router/issues/4
Hi!
Let say I had
How can I find the original path "/customer/:id" inside func handler() ? Thank you