/Knowledge/sources/honojs__hono/llms-full/app-hono-methods--7aeca1f0da3d.md
App - Hono: Methods - hono-docs
App Hono: Methods Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt methods Summary An instance of Hono...
App - Hono: Methods
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#methods
Summary
An instance of Hono has the following methods. - app.HTTP_METHOD([path,]handler|middleware...) - app.all([path,]handler|middleware...) - app.on(method|method[], path|path[], handler|middleware...) - app.use([path,...
Content
An instance of Hono has the following methods.
- app.HTTP_METHOD([path,]handler|middleware...)
- app.all([path,]handler|middleware...)
- app.on(method|method[], path|path[], handler|middleware...)
- app.use([path,]middleware)
- app.route(path, [app])
- app.basePath(path)
- app.notFound(handler)
- app.onError(err, handler)
- app.mount(path, anotherApp)
- app.fire()
- app.fetch(request, env, event)
- app.request(path, options)
The first part of them is used for routing, please refer to the routing section.
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#methods",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / App - Hono > Methods",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 617,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "App - Hono: Methods",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}