/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-notes-5db8cf5c2e2e-notes-s0087-c0000.md
Notes - hono-docs
Notes Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt notes Summary The automatic HEAD conversion...
Notes
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#notes
Summary
- The automatic HEAD conversion ensures consistent headers between GET and HEAD responses - This behavior is consistent across all Hono runtimes (Cloudflare Workers, Deno, Bun, Node.js) - If you need completely different logic for HEAD v...
Content
- The automatic HEAD conversion ensures consistent headers between GET and HEAD responses
- This behavior is consistent across all Hono runtimes (Cloudflare Workers, Deno, Bun, Node.js)
- If you need completely different logic for HEAD vs GET, consider using different endpoints rather than trying to override the framework's HEAD handling