aspnet / BasicMiddleware

[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
169 stars 84 forks source link

Adding support for the REQUEST_METHOD server variable #201

Closed mikaelm12 closed 7 years ago

mikaelm12 commented 7 years ago

Patch for issue https://github.com/aspnet/BasicMiddleware/issues/191 Credit to @davidpeden3 for making the fix in a larger pr.

@Tratcher @Eilon @muratg

JunTaoLuo commented 7 years ago

@Eilon is the versioning strategy the same? If you update one project in the repo, all other projects also get a version bump? And then that cascades in all of our repos?

Eilon commented 7 years ago

@JunTaoLuo yes, though to be clear, it's 100% manual. No magical cascading.