/Knowledge/sources/honojs__hono/llms-full/context-text--883b6dd2bc53.md
Context: text() - hono-docs
Context: text() Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt text Summary Render text as Content Ty...
Context: text()
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#text
Summary
Render text as Content-Type: text/plain. ts twoslash import { Hono } from 'hono' const app = new Hono() // ---cut--- app.get('/say', (c) => { return c.text('Hello!') })
Content
Render text as Content-Type: text/plain.
import { Hono } from 'hono'
const app = new Hono()
// ---cut---
app.get('/say', (c) => {
return c.text('Hello!')
})
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#text",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Context > text()",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 555,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Context: text()",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}