Skip to content

LaunchBindingHandler

LaunchBindingHandler = (result, c) => Response | Promise<Response>

Defined in: packages/hono/src/index.ts:65

Your handler receives the verified launch + the Hono context.

LaunchResult

Context

Response | Promise<Response>