Module server

Expand description

SSE types for servers.

Structsยง

KeepAlive
Configure the interval between keep-alive messages, the content of each message, and the associated stream.
KeepAliveStream
A wrapper around a stream that produces keep-alive events
SseResponseBody
An SSE body stream that can be used for SSE events by the server.