Packages

package client

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait EventStreamUnmarshalling extends AnyRef

    Mixing in this trait lets a HttpEntity with a text/event-stream media type be unmarshalled to a source of ServerSentEvents.

Value Members

  1. 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.

  2. object EventStreamUnmarshalling extends EventStreamUnmarshalling

    Importing EventStreamUnmarshalling.feu lets a HttpEntity with a text/event-stream media type be unmarshalled to a source of ServerSentEvents.

Ungrouped