Files
kaya/packages/kaya-core
woggioni 3ebf079533 Refactor to composable KayaMixin architecture
Replace wrapper-based SessionMiddleware/OIDCApp with KayaMixin subclasses
applied via KayaApp(mixins=[...]). Mixins hook into handle_request and
handle_websocket via before/after hooks, so both ASGI and RSGI keep working.
Mixin dependencies are applied automatically and deduplicated.
2026-07-23 22:09:59 +08:00
..
2026-07-15 22:18:45 +08:00

kaya-core

Core package of the Kaya web framework.

Provides method-aware routing, path matching, HTTP/WebSocket abstractions, and an ASGI adapter.