Middleware Core API¶
wd.di.middleware.IMiddleware
¶
Bases: ABC
Base interface for middleware components.
invoke(context, next)
abstractmethod
async
¶
Process the context and call the next middleware in the pipeline.