Skip to main content

Crate event_stream_types

Crate event_stream_types 

Source
Expand description

types for http event streams

Structs§

AcceptsEventStream
ConnectionEvent
State associated with connection or disconnection.
ConnectionSessionKey
EventBroadcaster
broadcasts events to many listeners.
EventsBody
TolerantJson
This is much like axum::Json but does not fail if the request does not set the ‘Content-Type’ header.

Enums§

ConnectionEventType
The type of possible connect event, either connect or disconnect.

Type Aliases§

EventChunkSender