Refactored repository into kaya-core and kaya-rsgi packages

This commit is contained in:
2026-07-15 13:39:58 +00:00
parent eca6da3dc3
commit 7c766caf47
33 changed files with 238 additions and 387 deletions
+5
View File
@@ -0,0 +1,5 @@
# kaya-core
Core package of the Kaya web framework.
Provides method-aware routing, path matching, HTTP/WebSocket abstractions, and an ASGI adapter.