pub fn parse_sse_line(line: &str) -> Option<OaiEvent>
Legacy text-only SSE line parser. Kept for simple use-cases; the main decoder path is StreamDecoder.
StreamDecoder