/Knowledge/sources/honojs__hono/llms-full/route-helper-routepath-using-with-index-parameter--656352c96aeb.md

Route Helper: routePath() > Using with index parameter - hono-docs

Route Helper: routePath() Using with index parameter Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt u...

Route Helper: routePath() > Using with index parameter

Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#using-with-index-parameter

Summary

You can optionally pass an index parameter to get the route path at a specific position, similar to Array.prototype.at(). ```ts app.all('/api/*', (c, next) => { return next() }) app.get('/api/users/:id', (c) => { console.log(routePath(...

Content

You can optionally pass an index parameter to get the route path at a specific position, similar to Array.prototype.at().

app.all('/api/*', (c, next) => {
  return next()
})

app.get('/api/users/:id', (c) => {
  console.log(routePath(c, 0)) // '/api/*' (first matched route)
  console.log(routePath(c, -1)) // '/api/users/:id' (last matched route)
  return c.text('User details')
})

Metadata

{
  "chunk_index": 0,
  "citation": "https://hono.dev/llms-full.txt#using-with-index-parameter",
  "coverage_role": "overview",
  "qualified_title": "Hono / llms-full / Route Helper > `routePath()` > Using with index parameter",
  "retrieved_at": "2026-07-02T05:51:01Z",
  "section_index": 734,
  "source_id": "/honojs/hono",
  "source_type": "llms_full",
  "target_label": "llms-full",
  "title": "Route Helper: routePath() > Using with index parameter",
  "upstream_url": "https://hono.dev/llms-full.txt",
  "version": "2026"
}
Kinic Wiki
Loading knowledge node
Details

Identity

database
db_23dhmsxlhukv
database_id
db_23dhmsxlhukv
path
/Knowledge/sources/honojs__hono/llms-full/route-helper-routepath-using-with-index-parameter--656352c96aeb.md
kind
directory
role
markdown_note
children
0

Metadata

created_at
virtual
updated_at
virtual
etag
virtual
metadata_json
{}

Lint Hints

No lightweight warnings.

Outgoing Links

No outgoing links indexed.

Incoming Links

Select a file node to inspect backlinks.

Raw Source

No raw source path inferred.