# EventContext

**Kind:** Type

**Source:** [`src/adapter/cloudflare-pages/handler.ts`](https://github.com/honojs/hono/blob/main/src/adapter/cloudflare-pages/handler.ts#L12)

**Part of:** [Adapter](subsystem-src-adapter)

## Definition

```ts
{ request: Request functionPath: string waitUntil: (promise: Promise<unknown>) => void passThroughOnException: () => void props: any next: (input?: Request | string, init?: RequestInit) => Promise<Response> env: Env & { ASSETS: { fetch: typeof fetch } } params: Params<P> data: Data }
```

## Relationships

- IMPORTS → `Context`
- IMPORTS → `HTTPException`
