> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tappify.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# TappifyFetchHandler

> What createTappifyHandler returns: a fetch handler, which is what Cloudflare Workers, Vercel and the two adapters all take.

```ts theme={null}
type TappifyFetchHandler = (request) => Promise<Response>;
```

What `createTappifyHandler` returns: a `fetch` handler, which is what Cloudflare
Workers, Vercel and the two adapters all take.

## Parameters

### request

`Request`

## Returns

`Promise`\<`Response`>
