/Knowledge/sources/honojs__hono/llms-full/honorequest-method--d40cb7f0a096.md
HonoRequest: method - hono-docs
HonoRequest: method Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt method Summary The method name of...
HonoRequest: method
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#method
Summary
The method name of the request. ts twoslash import { Hono } from 'hono' const app = new Hono() // ---cut--- app.get('/about/me', async (c) => { const method = c.req.method // `GET` // ... })
Content
The method name of the request.
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.get('/about/me', async (c) => {
const method = c.req.method // `GET`
// ...
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#method",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / HonoRequest > method",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 588,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "HonoRequest: method",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}