app.routerName()
* feat(context): `c.routerName()` * chore: denoify * Enable to get router name via `app.routerName`. (#1110) --------- Co-authored-by: Taku Amano <taku@taaas.jp>
* refactor(router): Export supported HTTP methods. * refactor(router): Introduce UnsupportedPathError. * feat(static-router): Introduce StaticRouter. * feat(reg-exp-router): Add "allowAmbiguous" option to RegExpRouter. * feat(smart-router): Introduce SmartRouter. * feat(hono): Make SmartRouter the default router. * chore: denoify * refactor(smart-router): routers is never undefined. * chore: denoify * refactor: Fix test for SmartRouter.