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

Https Redirect Middleware #241

Closed mikaelm12 closed 7 years ago

mikaelm12 commented 7 years ago

Adding a convenience RedirectToHttps middleware. For issue: https://github.com/aspnet/BasicMiddleware/issues/240

@javiercn @danroth27 @DamianEdwards @Tratcher