Skip to main content
Standard SSE is text-based. For binary streams (e.g. application/octet-stream), Snakream wraps each SSE data event in a JSON envelope with base64 encoding:
This lets binary streams use the same SSE live-tailing path as text streams, so browser EventSource works regardless of content type.