Re-exports§
pub use event_stream::EventStream;
Modules§
- errors
Errorimplementations used across the crate- event
- Representation of SSE events based primarily off https://html.spec.whatwg.org/multipage/server-sent-events.html
- event_
stream Streamthat converts a stream ofBytesintoEvents- parser
- UTF-8 agnostic parser implementation for SSE
- retry
- Helpers to handle connection delays when receiving errors
- utf8_
stream