Structs§
- SseDecoder
- Incremental SSE frame decoder: feed raw body chunks, drain complete frames.
Tolerates CRLF, multi-line
data:, and frames split across chunk boundaries — including chunks split inside a multi-byte UTF-8 character. Comments,id:andretry:lines are framing noise (dropped). - SseFrame
- A provider-neutral SSE transport frame.
- SseLimits
- Bounds for untrusted SSE input. Both limits include framing bytes.