Stone.js API
    Preparing search index...

    Blueprint for the AlibabaFcHttp adapter.

    interface AlibabaFcHttpAdapterBlueprint {
        stone: AlibabaFcHttpAdapterConfig;
        [key: string]: unknown;
    }

    Hierarchy

    • StoneBlueprint<IncomingHttpEvent, OutgoingHttpResponse>
      • AlibabaFcHttpAdapterBlueprint

    Indexable

    • [key: string]: unknown

      Allow adding any additional custom properties. The value of the custom properties can be of any type, depending on user requirements.

    Index

    Application-level settings, including environment, middleware, logging, and service registration.