/Knowledge/sources/honojs__hono/llms-full/routing-including-slashes--ccbb3e816048.md
Routing: Including slashes - hono-docs
Routing: Including slashes Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt including slashes Summary C...
Routing: Including slashes
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#including-slashes
Summary
ts twoslash import { Hono } from 'hono' const app = new Hono() // ---cut--- app.get('/posts/:filename{.+\\.png}', async (c) => { //... })
Content
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.get('/posts/:filename{.+\\.png}', async (c) => {
//...
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#including-slashes",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Routing > Including slashes",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 596,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Routing: Including slashes",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}