Currently OWIN middleware can be manually added, but they are being called sequentially and return a value indicating if the next middleware should be called or not.
Standard behaviour would be to either pass a way to call the next middleware as parameter to the each middleware and allow the middleware to call the next one and also respond to any change.
Currently OWIN middleware can be manually added, but they are being called sequentially and return a value indicating if the next middleware should be called or not.
Standard behaviour would be to either pass a way to call the next middleware as parameter to the each middleware and allow the middleware to call the next one and also respond to any change.