API Reference
    Preparing search index...
    RequestContext: {
        [T in ResponseType]: {
            context: Context;
            event: EventTypeMap[T];
            isBase64Encoded?: boolean;
            isHttpStreaming?: boolean;
            params: Record<string, string>;
            req: Request;
            res: Response;
            responseType: T;
            route: string | null;
            shared: IStore<SharedStoreOf<TEnv>>;
        } & RequestStoreMethods<TEnv>
    }[ResponseType]

    Type Parameters