Expand description
Structs§
- SseEvent
- One Server-Sent Events dispatch after frame reassembly (
data:lines joined with\n).
Enums§
- Done
Marker Policy - Policy for stream completion marker matching.
- SseChunk
- Either a decoded JSON value from one SSE data payload or an explicit end marker.
- SseJson
Mode - How to handle JSON parse failures on SSE
data:lines.
Type Aliases§
- SseChunk
Stream - Pin-boxed stream of
SseChunkorHttpError. - SseEvent
Stream - Pin-boxed stream of parsed
SseEventorHttpError.