/Knowledge/sources/honojs__hono/llms-full/web-standards--0a678682e7e2.md
Web Standards - hono-docs
Web Standards Source evidence: /Sources/honojs hono/provenance.md Canonical citation: https://hono.dev/llms full.txt web standards Summary Hono uses only Web...
Web Standards
Source evidence: /Sources/honojs__hono/provenance.md Canonical citation: https://hono.dev/llms-full.txt#web-standards
Summary
Hono uses only Web Standards like Fetch. They were originally used in the fetch function and consist of basic objects that handle HTTP requests and responses. In addition to Requests and Responses, there are URL, `URLSearchPa...
Content
Hono uses only Web Standards like Fetch.
They were originally used in the fetch function and consist of basic objects that handle HTTP requests and responses.
In addition to Requests and Responses, there are URL, URLSearchParam, Headers and others.
Cloudflare Workers, Deno, and Bun also are built upon Web Standards. For example, a server that returns "Hello World" could be written as below. This could run on Cloudflare Workers and Bun.
export default {
async fetch() {
return new Response('Hello World')
},
}
Hono uses only Web Standards, which means that Hono can run on any runtime that supports them. In addition, we have a Node.js adapter. Hono runs on these runtimes:
Metadata
{
"chunk_index": 0,
"citation": "https://hono.dev/llms-full.txt#web-standards",
"coverage_role": "overview",
"qualified_title": "Hono / llms-full / Web Standards (1)",
"retrieved_at": "2026-07-02T05:51:01Z",
"section_index": 548,
"source_id": "/honojs/hono",
"source_type": "llms_full",
"target_label": "llms-full",
"title": "Web Standards",
"upstream_url": "https://hono.dev/llms-full.txt",
"version": "2026"
}