LaunchBindingHandler
LaunchBindingHandler = (
result,c) =>Response|Promise<Response>
Defined in: packages/hono/src/index.ts:65
Your handler receives the verified launch + the Hono context.
Parameters
Section titled “Parameters”result
Section titled “result”LaunchResult
Context
Returns
Section titled “Returns”Response | Promise<Response>