Macro sse

Source
macro_rules! sse {
    ($body:expr) => { ... };
    ($body:expr, [ $( ($key:expr, $value:expr) ),* $(,)? ]) => { ... };
}
Expand description

Produces OK 200 response with SSE (Server-Sent Events) stream body