toggle menu
ktor
3.0.0
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-sse
/
io.ktor.sse
Package-level
declarations
Types
Properties
Types
Server
Sent
Event
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.
Properties
COLON
Link copied to clipboard
const
val
COLON
:
String
END_OF_LINE
Link copied to clipboard
const
val
END_OF_LINE
:
String
END_OF_LINE_VARIANTS
Link copied to clipboard
val
END_OF_LINE_VARIANTS
:
Regex
SPACE
Link copied to clipboard
const
val
SPACE
:
String