Crate sseer

Crate sseer 

Source

Re-exports§

pub use event_stream::EventStream;

Modules§

errors
Error implementations used across the crate
event
Representation of SSE events based primarily off https://html.spec.whatwg.org/multipage/server-sent-events.html
event_stream
Stream that converts a stream of Bytes into Events
parser
UTF-8 agnostic parser implementation for SSE
retry
Helpers to handle connection delays when receiving errors
utf8_stream