Package-level declarations
Types
Link copied to clipboard
Represents a server-side server-sent events session. An ServerSSESession allows the server to send ServerSentEvent to the client over a single HTTP connection.
Link copied to clipboard
class SSEServerContent(val call: ApplicationCall, val handle: suspend ServerSSESession.() -> Unit) : OutgoingContent.WriteChannelContent
An OutgoingContent response object that could be used to respond()
. It will start Server-Sent events SSE session.