Skip to content

StaticServeHooks

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

T extends Record<string, any>

Property Type Defined in

onRequest?

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

src/util/types.ts:889

onResponse?

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

src/util/types.ts:890