Interface | Description |
---|---|
EventStreamMarshalling |
Mixing in this trait lets a source of
ServerSentEvent s be marshalled to a HttpEntity and hence as a
HttpResponse . |
Class | Description |
---|---|
EventStreamMarshalling$ |
Importing
EventStreamMarshalling.toEventStream lets a source of ServerSentEvent s be marshalled to a
HttpEntity and hence as a HttpResponse . |