/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-including-slashes-02f9e2728ff1-including-slashes-s0596-c0000.md
Including slashes - hono-docs
Including slashes Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt including slashes Summary Content
Including slashes
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#including-slashes
Summary
## Content
```ts twoslash
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.get('/posts/:filename{.+\\.png}', async (c) => {
//...
})