application/octet-stream), Snakream wraps each SSE data event in a JSON envelope with base64 encoding:
EventSource works regardless of content type.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Learn how Snakream encodes binary payloads so they can be delivered over Server-Sent Events.
application/octet-stream), Snakream wraps each SSE data event in a JSON envelope with base64 encoding:
{
"encoding": "base64",
"contentType": "application/octet-stream",
"payload": "aGVsbG8="
}
EventSource works regardless of content type.