Skip to main content

Module sse

Module sse 

Source
Available on crate feature streaming only.
Expand description

Low-level Server-Sent Events parsing.

Wraps the eventsource-stream crate and maps each SSE event’s data payload into a typed value via serde_json. The high-level EventStream sits on top of this.

Gated on the streaming feature.