/Knowledge/sources/honojs__hono/llms-full/bun-serve-static-files-onfound--eccadd41c057.md
Bun: Serve static files > onFound - hono-docs
Bun: Serve static files onFound Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt onfound Summary You ca...
Bun: 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 / Bun > Serve static files > `onFound`",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 416,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Bun: Serve static files > onFound",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}