@comity/http-hono
v0.9.0
Published
Hono HTTP adapter for Comity framework applications
Readme
@comity/http-hono
Hono adapter for Comity HTTP.
Purpose
Bridges Hono’s runtime with @comity/http’s pipeline. Maps Hono Context to HttpContext and HttpResult to Response without framework coupling.
Scope
This package:
- ✅ maps Hono Context to HttpContext
- ✅ executes HttpFacade.handle(ctx)
- ✅ maps HttpResult to Web Standard Response
This package does NOT:
- ❌ implement business logic or middleware
- ❌ provide routing
- ❌ define error handling strategies
Public API
httpHonoAdaptermoduleHTTP_HONO_TOKEN- Setup — adapter configuration types (
@comity/http-hono/setup)
No exhaustive reference; see docs for constraints.
Documentation
- docs/overview.md
- docs/wiring.md
- docs/conventions.md
Related Packages
- @comity/http
- @comity/kernel
- @comity/primitives
Status
Experimental
Review Completed: 2026-07-25 Reviewer: Hobiri MAGI (DeepSeek v4 Pro) Compliance Score: 99.5% (Green)
