DefaultClientSSESession

Deprecated

It should be marked with `@InternalAPI`, please use `ClientSSESession` instead

Constructors

Link copied to clipboard
constructor(content: SSEClientContent, input: ByteReadChannel)
constructor(content: SSEClientContent, input: ByteReadChannel, coroutineContext: CoroutineContext)

Properties

Link copied to clipboard
Link copied to clipboard
open override val incoming: Flow<ServerSentEvent>

An incoming Server-Sent Events (SSE) flow.