This functions converts Server-Sent Events to a R list. This a wrapper function for the lower level SSEparser R6 class.
A single string can contain multiple SSEs.
Usage
parse_sse(event)
Value
An R list on which each element is an event
Arguments
event
A length 1 string containing a server sent event as specified in
the HTML spec.