Stone.js API
    Preparing search index...
    AlibabaFcHttpEventHandlerFunction: (
        request: AlibabaFcHttpRequest,
        response: AlibabaFcHttpResponse,
        executionContext?: AlibabaFcHttpExecutionContext,
    ) => Promise<void>

    The FC HTTP handler: (req, resp, context) => Promise<void>, the signature the FC 2.0 HTTP trigger invokes. The response is written onto resp; the handler resolves once it is sent.

    Type Declaration