Is there a Haskell client library that supports “server sent events”?
I’ve found a bunch of libraries that support it as a SSE server (for example https://hackage.haskell.org/package/wai-extra-3.1.15/docs/Network-Wai-EventSource.html), but I’m looking for a client library instead.