@wooksjs/event-http
v0.7.8
Published
@wooksjs/event-http
Maintainers
Readme
@wooksjs/event-http
HTTP event processing for the Wooks framework. Provides composables for request parsing, response management, cookies, headers, caching, and more — all lazily computed and cached per event.
Installation
npm install @wooksjs/event-httpDocumentation
For full documentation, visit wooks.moost.org/webapp.
AI Agent Skills
This package ships with structured skill files for AI coding agents (Claude Code, Cursor, Windsurf, Codex, etc.).
# Project-local (recommended — version-locked, commits with your repo)
npx wooksjs-event-http-skill
# Global (available across all your projects)
npx wooksjs-event-http-skill --globalTo keep skills automatically up-to-date, add a postinstall script to your package.json:
{
"scripts": {
"postinstall": "wooksjs-event-http-skill --postinstall"
}
}License
MIT
