macro_rules! sse {
($body:expr) => { ... };
($body:expr, [ $( ($key:expr, $value:expr) ),* $(,)? ]) => { ... };
}Expand description
Produces OK 200 response with SSE (Server-Sent Events) stream body
macro_rules! sse {
($body:expr) => { ... };
($body:expr, [ $( ($key:expr, $value:expr) ),* $(,)? ]) => { ... };
}Produces OK 200 response with SSE (Server-Sent Events) stream body