Go to file
Nate McMaster 24a95f6c5d Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
build Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
samples Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
src Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
test Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
.gitattributes
.gitignore Remove ChangeEnvironmentAction class and throw when env flag is set in mod_rewrite rule 2016-09-26 09:15:05 -07:00
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:33 -08:00
BasicMiddleware.sln Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:24 -08:00
README.md
appveyor.yml Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
build.sh Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
makefile.shade
version.props Upgrade to VS 2017 2017-01-30 15:59:19 -08:00

README.md

ASP.NET Core Basic Middleware Components

This repo hosts a collection of basic middleware components for ASP.NET Core. This includes Buffering, HTTP Overrides, and URL Rewriting. The Rewrite middleware can import rules from IIS's UrlRewrite and Apache's mod_rewrite.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.