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