ofServerSentEventFlow

val ofServerSentEventFlow: HttpResponse.BodyHandler<Flow<ServerSentEvent>>

This is a BodyHandler that parses the HTTP response into ServerSentEvent objects.

It uses ofStringFlow to convert the HTTP Response body into a flow of Strings.