//! Representation of SSE events based on the
//! [HTML Living Standard](https://html.spec.whatwg.org/multipage/server-sent-events.html).
use Duration;
use Str;
/// Event with immutable fields from an
/// [`EventStream`](super::event_stream::EventStream).