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 RedirectToWwwRule and extension #297

Closed clockworkmice closed 6 years ago

clockworkmice commented 6 years ago

Adding a simple way to enforce www. subdomain using a new redirect rule

Addresses #194

dnfclas commented 6 years ago

CLA assistant check
All CLA requirements met.

clockworkmice commented 6 years ago

@Tratcher @jkotalik updated as per comments

jkotalik commented 6 years ago

@clockworkmice thanks again for the contribution. This should be available by 2.1.0-preview2 or on our nightly builds shortly.