Buckaroo.Router.sse
You're seeing just the macro
sse
, go back to Buckaroo.Router module for more information.
Dispatches to the event source.
Server-Sent Events (SSE) is a server push technology enabling a client to receive automatic updates from a server via HTTP connection.
See Plug.Router.match/3
for more examples.
Example
sse "/eventsource", source: ExampleEventSource