Stone.js API
    Preparing search index...
    • Blueprint middleware that installs the kernel response resolver for the AlibabaFcHttp platform.

      The kernel needs a resolver to turn a handler's return value into an OutgoingHttpResponse. (Binary file responses are deferred to a later release; JSON/text/bytes are covered.)

      Parameters

      • context: BlueprintContext<IBlueprint, ClassType>

        The blueprint context.

      • next: NextMiddleware<BlueprintContext<IBlueprint, ClassType>, IBlueprint>

        The next pipe.

      Returns Promise<IBlueprint>

      The updated blueprint.