I think it would be really nice if Reqwest supported EventSource https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface
The only decent crate I found for it was, https://crates.io/crates/eventsource-client but ideally I would like to use Reqwest directly for this usecase instead of another HTTP crate.
There was an issue made years ago #1224 but it was immediately closed for some reason
There is an extension of Reqwest for EventSource, but the crate hasn't been maintained for a while now https://github.com/viniciusgerevini/sse-client
I think it would be really nice if Reqwest supported EventSource https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface
The only decent crate I found for it was, https://crates.io/crates/eventsource-client but ideally I would like to use Reqwest directly for this usecase instead of another HTTP crate.
There was an issue made years ago #1224 but it was immediately closed for some reason
There is an extension of Reqwest for EventSource, but the crate hasn't been maintained for a while now https://github.com/viniciusgerevini/sse-client