hono-knowledge-patch
SolidHono
AI & Automation 20 stars
0 forks Updated 1 weeks ago MIT
Install
Quality Score: 79/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Hono 4.8–4.12 Knowledge Patch
Baseline: Hono through v4.7.x (core routing, middleware, `hc`, JSX/SSR, WebSocket helpers, and Cloudflare Workers/Pages, Deno, Bun, and Node.js adapters); covered range: v4.8.0 through v4.12.x plus the included topical guidance current to 2026-07-12.
## Use this patch
- Read the security section before changing authentication, caching, static serving, CORS, IP restrictions, cookies, JSX/CSS SSR, or streaming.
- Read the relevant topic reference before implementing or reviewing Hono code.
- Preserve explicit JWT/JWK algorithms and the current patch-level security floor.
- Treat client path/query inputs as wire-format strings even when server validation coerces them.
- Use runtime-specific exports for adapters and static generation.
## Reference index
| Reference | Topics |
| --- | --- |
| [Routing and requests](references/routing-and-requests.md) | HEAD dispatch, route introspection, trailing slashes, raw requests and bytes, query/body behavior, proxy headers, locale fallback, Unix sockets |
| [Client, RPC, validation, and testing](references/client-rpc-validation-testing.md) | `hc` URLs and inputs, response typing/parsing, query serialization, validator rules, Standard Schema, `testClient`, `app.request()` |
| [Security and authentication](references/security-and-auth.md) | JWT/JWK algorithms and sources, Basic Auth hooks, CSP, bot blocking, security patch floors |
| [Middleware, runtimes, and integrations](references/middleware-runtimes-i...
Details
- Author
- Nevaberry
- Repository
- Nevaberry/nevaberry-plugins
- Created
- 6 months ago
- Last Updated
- 1 weeks ago
- Language
- Shell
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
nodejs-knowledge-patch
Node.js
20 Updated 1 weeks ago
Nevaberry Web & Frontend Solid
hono
Use when building Hono web applications or when the user asks about Hono APIs, routing, middleware, JSX, validation, testing, or streaming. TRIGGER when code imports from 'hono' or 'hono/*', or user mentions Hono. Use `npx hono request` to test endpoints.
14 Updated today
louisbrulenaudet API & Backend Featured
hono
Use when building Hono web applications or when the user asks about Hono APIs, routing, middleware, JSX, validation, testing, or streaming. TRIGGER when code imports from 'hono' or 'hono/*', or user mentions Hono. Use `npx hono request` to test endpoints.
468 Updated today
freestyle-voice