Package-level declarations

Types

Link copied to clipboard
class ServerSentEvent(val data: String? = null, val event: String? = null, val id: String? = null, val retry: Long? = null, val comments: String? = null)

Server-sent event.

Link copied to clipboard

Properties

Link copied to clipboard
const val COLON: String
Link copied to clipboard
const val END_OF_LINE: String
Link copied to clipboard
const val SPACE: String