createGcfHandler
Static method that creates a Google Cloud Functions-compatible handler from a Hono app. The returned function accepts GCF request/response objects.
Parameters
app
A Hono-compatible application with a fetch method.
Returns
(req: any, res: any) => Promise<void> — A GCF handler function.