Add a server-sent-events reader to loopd

Implemented-By: Laguna S 2.1 (OpenCode)
This commit is contained in:
2026-09-18 02:31:49 -07:00
parent 4460bb241a
commit f58c29e707
4 changed files with 307 additions and 0 deletions
+1
View File
@@ -2,3 +2,4 @@
pub mod config;
pub mod http;
pub mod sse;