Does HTTP module support server-sent events?

Firebase real time database REST API supports server-sent events to implement listeners. However I couldn’t find anything in HTTP module that looks like an SSE client. Is there a way to achieve this with Unreal’s HTTP module? If not, is my best option using libcurl to implement my own?

4 Likes