Files
kaya/packages/kaya-core
woggioni ca023580e4 Fix Daphne ASGI compatibility and document WS handshake cookie limitation
- AsgiContext and AsgiWebSocket now default missing  scope key
  to 'http' / 'ws' respectively (Daphne omits it for websocket scopes)
- Add regression test for websocket scope without scheme
- Update example/session.py WS handler to read the session; cookie must
  be set via HTTP first because common ASGI servers ignore the headers
  field on websocket.accept
- Update README with the same caveat about Granian/Daphne/curl
2026-07-23 22:11:06 +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.