microsoftarchive / http2-katana

HTTP 2.0 with Katana
133 stars 34 forks source link

Why the OwinStartupAttribute? #75

Closed SetTrend closed 8 years ago

SetTrend commented 8 years ago

All other plug-ins to ASP.NET are getting configured in Application_Start. Why does Katana take a different approach and use the OwinStartupAttribute?

It's hard to examine project behaviour and searching sources if NuGet packages take different approaches for achieving the same kind of result, not abiding by the same strategy.