Crate http_sse

Crate http_sse 

Source

Structs§

Client
An http SSE client.
Event
An Event from an http sse stream
EventSender
EventSource
EventSource parses byte slices from an http sse connection into sse Events. It maintains state across parse calls, so that an Event whose bytes are split across two calls to parse will be returned by the second call.
SseResponseCreator

Enums§

ClientConnectError
ClientPollError