@avedon/server
v6.0.1
Published
Platform-agnostic request pipeline: route matching, guards, route-agnostic middleware (`sequence`, `cors`, `logger`, `rateLimit`), cookies + sealed session (`requireSession`), `load` / `actions` / `api_*`, streaming SSR/SSG/CSR orchestration, CSRF for for
Downloads
2,733
Readme
@avedon/server
Platform-agnostic request pipeline: route matching, guards, route-agnostic middleware (sequence, cors, logger, rateLimit), cookies + sealed session (requireSession), load / actions / api_*, streaming SSR/SSG/CSR orchestration, CSRF for form actions (Origin/Referer), and helpers (notFound, redirect, error, json).
Node-only helpers (pipeWebResponse, ISR tag index): import { … } from '@avedon/server/node'.
See Middleware for the hooks API.
