Expand description
types for http event streams
Structs§
- Accepts
Event Stream - Connection
Event - State associated with connection or disconnection.
- Connection
Session Key - Event
Broadcaster - broadcasts events to many listeners.
- Events
Body - Tolerant
Json - This is much like
axum::Jsonbut does not fail if the request does not set the ‘Content-Type’ header.
Enums§
- Connection
Event Type - The type of possible connect event, either connect or disconnect.