Modules
Req plugin for Server-Sent Events (SSE).
Wraps any Collectable so that raw SSE byte chunks are decoded into
%ReqServerSentEvents.Frame{} structs before being collected.
Pure SSE frame parser. No IO, no processes, no external dependencies.
Raised when the SSE byte buffer grows past the configured :max_frame_size
without encountering a frame delimiter ("\n\n").