/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-return-raw-response-384a2e75cd01-return-raw-response-s0521-c0000.md
Return raw Response - hono-docs
Return raw Response Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt return raw response Summary Y...
Return raw Response
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#return-raw-response
Summary
You can also return the raw Response. ts app.get('/', () => { return new Response('Good morning!') })
Content
You can also return the raw Response.
app.get('/', () => {
return new Response('Good morning!')
})