Skip to main content

Module sse

Module sse 

Source
Expand description

Server-Sent Events (SSE) parser for asupersync HTTP client.

Implements the SSE protocol (text/event-stream) on top of asupersync’s HTTP client for streaming LLM responses.

Structs§

SseEvent
A parsed SSE event.
SseParser
Parser state for SSE stream.
SseStream
Stream wrapper for SSE events.