kameleoon-reqwest-eventsource
This crate is a Kameleoon-maintained fork of reqwest-eventsource.
Original project copyright belongs to the original reqwest-eventsource contributors. Kameleoon modifications are copyright 2026 Kameleoon.
The Rust crate name remains reqwest_eventsource, so downstream imports are
compatible with the original crate.
Provides a simple wrapper for [reqwest] to provide an Event Source implementation.
You can learn more about Server Sent Events (SSE) take a look at the MDN
docs
This crate uses [eventsource_stream] to wrap the underlying Bytes stream, and retries failed
requests.
Example
let mut es = get;
while let Some = es.next.await
License: MIT OR Apache-2.0