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