Closed niansa closed 3 months ago
It looks like Crow is only able to send the whole response in one blob of data, however is there a way to send an eventstream/"server sent events"?
This is currently not possible. the response may be splitted on sending internally but this is based on size of response and hidden inside the code.
It looks like Crow is only able to send the whole response in one blob of data, however is there a way to send an eventstream/"server sent events"?