/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-raw-d9c510feb78e-raw-s0589-c0000.md
raw - hono-docs
raw Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt raw Summary The raw Request object. Content T...
raw
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#raw
Summary
The raw Request object. ts // For Cloudflare Workers app.post('/', async (c) => { const metadata = c.req.raw.cf?.hostMetadata? // ... })
Content
The raw Request object.
// For Cloudflare Workers
app.post('/', async (c) => {
const metadata = c.req.raw.cf?.hostMetadata?
// ...
})