Module server
Expand description
SSE types for servers.
Structsยง
- Keep
Alive - Configure the interval between keep-alive messages, the content of each message, and the associated stream.
- Keep
Alive Stream - A wrapper around a stream that produces keep-alive events
- SseResponse
Body - An SSE body stream that can be used for SSE events by the server.