Package akka.http.scaladsl.marshalling.sse


package akka.http.scaladsl.marshalling.sse
  • Class
    Description
    Mixing in this trait lets a source of ServerSentEvents be marshalled to a HttpEntity and hence as a HttpResponse.
    Importing EventStreamMarshalling.toEventStream lets a source of ServerSentEvents be marshalled to a HttpEntity and hence as a HttpResponse.