essential/handler #594
Replies: 1 comment
-
When should we use "Stream" and when "Server Sent Events (SSE)"? From the current documentation I cannot make out when to use what. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
essential/handler
handler is a function that responds to the request for each route. Accepting request information and returning a response to the client. Handler can be registered through Elysia.get / Elysia.post
https://elysiajs.com/essential/handler.html
Beta Was this translation helpful? Give feedback.
All reactions