Skip to content

handle

reference
1 min readUpdated

Kind: Function

Source: src/adapter/netlify/handler.ts

Part of: Adapter

Signature

ts
function handle(app: Hono<any, any>): ((req: Request, context: any) => Response | Promise<Response>)

Parameters

NameType
appHono<any, any>

Returns: ((req: Request, context: any) => Response | Promise<Response>)

Was this page helpful?

Download as PDF
handle — Hono (narrator proof)