Create an SSE server response with a generator function. The generator yields events; when it returns, the stream closes.
Function that receives an SSEServerResponse to send events.
Additional HTTP headers for the Response.
An HTTP Response with content-type text/event-stream.
Create an SSE server response with a generator function. The generator yields events; when it returns, the stream closes.