package client
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
EventStreamUnmarshalling
extends AnyRef
Mixing in this trait lets a
HttpEntitywith atext/event-streammedia type be unmarshalled to a source of ServerSentEvents.
Value Members
-
object
EventStreamParser
Flow that converts raw byte string input into ServerSentEvents.
Flow that converts raw byte string input into ServerSentEvents.
This API is made for use in non-akka-http clients, like Play's WSClient.
-
object
EventStreamUnmarshalling
extends EventStreamUnmarshalling
Importing EventStreamUnmarshalling.feu lets a
HttpEntitywith atext/event-streammedia type be unmarshalled to a source of ServerSentEvents.