Create an IncomingEventMiddleware instance.
Options containing the blueprint for resolving configuration and dependencies.
Handles the incoming event, processes it, and invokes the next middleware in the pipeline.
The adapter context containing the raw event, execution context, and other data.
The next middleware to be invoked in the pipeline.
A promise that resolves to the processed context.
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.