Expand description
SSE client-side streaming support.
SseParser transforms raw bytes into SseFrames.
EventStream wraps the parser and deserializes each frame as a
a2a_protocol_types::StreamResponse.
Modules§
- event_
stream - Async SSE event stream with typed deserialization.
- sse_
parser - Server-Sent Events (SSE) frame parser.
Structs§
- Event
Stream - An async stream of
StreamResponseevents from an SSE endpoint. - SseFrame
- A fully-accumulated SSE event frame.
- SseParser
- Stateful SSE byte-stream parser.
Enums§
- SseParse
Error - Errors that can occur during SSE parsing.