pub fn parse_sse_block(block: &str) -> Option<SseEvent>Expand description
Extracts the data field from an SSE block and returns the parsed event.
Returns None for heartbeats, malformed JSON, missing data lines,
unknown event types, and other non-actionable blocks.