Changing the response object from OWIN Middleware
Yes, deriving from OwinMiddleware is recommended. The reason some middleware classes don’t derive from OwinMiddleware is that either they haven’t switched over yet because the class was introduced recently. Or to avoid having the assembly take a dependency on the Microsoft.Owin assembly for some reason. The probable reason setting stuff on the response after calling … Read more