You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: generate typed header parameters with valibot validation
Collect header params from operations and generate:
- Exported *Header type aliases with lowercase keys (HTTP/2 compliant)
- Non-strict v.object() valibot schemas allowing extra HTTP headers
- Integer/boolean types as native (not stringish) since valibot parses them
Header schemas are excluded from hono middleware (no c.req.valid("header")
support) but exported from valibot.ts for manual validation.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments