Skip to content

StaticServeHooks

Defined in: src/util/types.ts:858

T extends Record<string, any>

Property Type Defined in

onRequest?

(ctx) => void | Response | Promise<void | Response>

src/util/types.ts:859

onResponse?

(ctx, response) => Response | Promise<Response>

src/util/types.ts:860