createTappifyHandler returns: a fetch handler, which is what Cloudflare
Workers, Vercel and the two adapters all take.
Parameters
request
Request
Returns
Promise<Response>Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
What createTappifyHandler returns: a fetch handler, which is what Cloudflare Workers, Vercel and the two adapters all take.
type TappifyFetchHandler = (request) => Promise<Response>;
createTappifyHandler returns: a fetch handler, which is what Cloudflare
Workers, Vercel and the two adapters all take.
Request
Promise<Response>Was this page helpful?