zio.http.ServerSentEvent
See theServerSentEvent companion object
Server-Sent Event (SSE) as defined by https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events
Value parameters
- data
-
data, may span multiple lines
- eventType
-
optional type, must not contain \n or \r
- id
-
optional id, must not contain \n or \r
- retry
-
optional reconnection delay in milliseconds
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article