/Knowledge/sources/honojs__hono/llms-full/honorequest-blob--fb9e00ab9193.md
HonoRequest: blob() - hono-docs
HonoRequest: blob() Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt blob Summary Parses the request bo...
HonoRequest: blob()
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#blob
Summary
Parses the request body as a Blob. ts twoslash import { Hono } from 'hono' const app = new Hono() // ---cut--- app.post('/entry', async (c) => { const body = await c.req.blob() // ... })
Content
Parses the request body as a Blob.
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.post('/entry', async (c) => {
const body = await c.req.blob()
// ...
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#blob",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / HonoRequest > blob()",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 581,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "HonoRequest: blob()",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}