Event Stream Format
The event stream from the source is a plaintext response, served with a
text/event-stream Content-Type
, that follows the SSE format. In its basic form, the response contains a data: line, followed by the event message, followed by two "\n" characters to end the stream:
data: Event message\n\n