kinetex - v1.0.0-rc.1
    Preparing search index...

    Type Alias BeforeRequestHook

    BeforeRequestHook: (
        req: HookRequest,
        ctx: HookContext,
    ) => Promise<HookRequest | void> | HookRequest | void

    Called before a request is sent — may mutate or replace the request entirely

    Type Declaration