Stone.js API
    Preparing search index...
    GcpHttpFunctionHandler: (
        request: GcpHttpFunctionRequest,
        response: GcpHttpFunctionResponse,
    ) => Promise<ServerResponse>

    The HTTP handler the Functions Framework registers and invokes per request.

    This is the value returned by run(): functions.http('stone', await adapter.run()).

    Type Declaration