Hello!
I would like know if is possible put a name to routes like as:
router := httprouter.New()
router.GET("/hello/:name", Hello).Name("hello")
....
routeHello := router.GetRoute("hello").Params("name", "Emilio")
If this is not possible, Do you plan add this feature?
P.D.: Very nice perfomance 👍
Best,
Emilio
Hello!
I would like know if is possible put a name to routes like as:
If this is not possible, Do you plan add this feature?
P.D.: Very nice perfomance 👍
Best,
Emilio