Does anyone have an example of how to receive Server-Sent Events with Ktor's HttpClient? I see how to set them up on the server-end, but am unsure how to do it when receiving from a server (not using Ktor) that I request events from with a header.
Or if this is even possible? 🙂
Anyone have any insight into this? Just wondering if it's possible, or on the roadmap at all. Thanks!