️ Minimal H(TTP) framework built for high performance and portability
  • TypeScript 99.9%
  • JavaScript 0.1%
Find a file
Kauê Leivingson b31898362a
Some checks failed
autofix.ci / autofix (push) Has been cancelled
ci / tests (push) Has been cancelled
ci / publish-pkg-pr-new (push) Has been cancelled
fix(cookie): include partitioned in the distinct-cookie key (#1553)
2026-09-17 21:44:41 +02:00
.config chore: integrate automd 2024-02-23 00:23:03 +01:00
.github ci: replace setup-node and corepack with setup-jup (#1544) 2026-09-03 18:12:24 +02:00
bin fix(cli): spawn docs command without a shell 2026-09-02 09:06:08 +00:00
docs docs: document raw query access via event.url.search (#1551) 2026-09-15 13:02:58 +02:00
examples ix(examples): handle CORS preflight in cors example 2026-08-18 21:45:25 +00:00
playground chore: update h3 version in playground 2026-02-05 19:23:28 +01:00
src fix(cookie): include partitioned in the distinct-cookie key (#1553) 2026-09-17 21:44:41 +02:00
test fix(cookie): include partitioned in the distinct-cookie key (#1553) 2026-09-17 21:44:41 +02:00
.gitignore chore: update gitignore 2026-08-18 15:44:28 +00:00
.oxfmtrc.json chore: migrate to oxlint and oxfmt (#1286) 2026-01-23 21:14:01 +01:00
.oxlintrc.json chore: lint 2026-08-20 08:49:34 +00:00
AGENTS.md feat: route rules (#1524) 2026-08-18 17:37:16 +02:00
build.config.ts feat: route rules (#1524) 2026-08-18 17:37:16 +02:00
CHANGELOG.md chore(release): v2.0.1-rc.32 2026-09-14 18:44:15 +00:00
CLAUDE.md chore: add agents.md 2026-02-27 21:25:43 +01:00
LICENSE refactor: update repository 2022-11-15 12:29:56 +01:00
MIGRATION.md refactor(sse): promote EventStream to public API, deprecate createEventStream (#1509) 2026-07-23 01:22:17 +02:00
package.json chore(release): v2.0.1-rc.32 2026-09-14 18:44:15 +00:00
pnpm-lock.yaml chore: update deps 2026-09-14 18:33:40 +00:00
pnpm-workspace.yaml feat: route rules (#1524) 2026-08-18 17:37:16 +02:00
README.md chore: prepare for rc (#1213) 2025-10-07 15:53:52 +02:00
renovate.json chore: prepare v1 branch 2024-06-20 10:08:11 +02:00
tsconfig.json chore: add ESNext to tsconfig's lib (#1297) 2026-02-25 09:56:03 +01:00
typos.toml feat!: overhaul internal design (#783) 2024-06-24 17:35:34 +02:00
vitest.config.mjs chore: update deps 2026-09-04 16:12:01 +00:00

H3

npm version npm downloads

H3 (pronounced as /eɪtʃθriː/, like h-3) is a minimal h(ttp) framework built for high performance and portability.

Note

You are on the v2 active branch. Check out tree/v1 and v1.h3.dev for legacy v1.

👉 Documentation

Contribution

Local development
  • Clone this repository
  • Install the latest LTS version of Node.js
  • Enable Corepack using corepack enable
  • Install dependencies using pnpm install
  • Run tests using pnpm dev or pnpm test

License

Published under the MIT license. Made by @pi0 and community 💛


🤖 auto updated with automd