Stone.js API
    Preparing search index...

    Middleware for handling incoming events and transforming them into Stone.js events.

    This class processes incoming HTTP requests, extracting relevant data such as URL, IP addresses, headers, cookies, and more, and forwards them to the next middleware in the pipeline.

    Index
    • Create an IncomingEventMiddleware instance.

      Parameters

      • options: { blueprint: IBlueprint }

        Options containing the blueprint for resolving configuration and dependencies.

      Returns IncomingEventMiddleware