/Wiki/sources/honojs__hono/2026/https-hono-dev-llms-full-txt-unencrypted-http2-9386d62c167a-unencrypted-http2-s0461-c0000.md
unencrypted http2 - hono-docs
unencrypted http2 Source evidence: /Sources/raw/honojs hono/honojs hono.md Canonical citation: https://hono.dev/llms full.txt unencrypted http2 Summary Content
unencrypted http2
Source evidence: /Sources/raw/honojshono/honojshono.md Canonical citation: https://hono.dev/llms-full.txt#unencrypted-http2
Summary
## Content
```ts
import { createServer } from 'node:http2'
const server = serve({
fetch: app.fetch,
createServer,
})