eventsource
eventsource copied to clipboard
Rust client for the EventSource browser API
As the title suggests, it would be great to be able to use `eventsource` within the context of a `tokio` 1.x world, so bumping the `reqwest` dependency to a version...
error-chain is declining in popularity. It also, more importantly, does not implement Sync on its errors. This causes issues with popular parts of the ecosystem such as anyhow. thiserror is...
HTTP headers are case insensitive and so should the comparisons be. The lowercase version of the expected headers are compared with the lowercase version of the received ones. WIP: Updated...