/Knowledge/sources/honojs__hono/llms-full/deno-serve-static-files-onfound--5285cf81ed9c.md
Deno: Serve static files > onFound - hono-docs
Deno: Serve static files onFound Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt onfound Summary You c...
Deno: Serve static files > onFound
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#onfound
Summary
You can specify handling when the requested file is found with onFound: ts app.get( '/static/*', serveStatic({ // ... onFound: (_path, c) => { c.header('Cache-Control', `public, immutable, max-age=31536000`) }, }) )
Content
You can specify handling when the requested file is found with onFound:
app.get(
'/static/*',
serveStatic({
// ...
onFound: (_path, c) => {
c.header('Cache-Control', `public, immutable, max-age=31536000`)
},
})
)
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#onfound",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Deno > Serve static files > `onFound`",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 438,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Deno: Serve static files > onFound",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}