/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-getroutername-e728cc042b76-getroutername-s0763-c0000.md
`getRouterName()` - hono-docs
getRouterName() Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt getroutername Summary You can get...
getRouterName()
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#getroutername
Summary
You can get the name of the currently used router with getRouterName(). ts const app = new Hono() // ... console.log(getRouterName(app))
Content
You can get the name of the currently used router with getRouterName().
const app = new Hono()
// ...
console.log(getRouterName(app))