fasthttp / router

Router implementation for fasthttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

List all registered routes

AnikHasibul opened this issue · comments

Should have a way to list/print all the registered routes and methods.

Now, it's not possible, but you could make a PR to add it. 👍

I've just added Router.List to list all registered routes