Go to file
David Peden 4fa6ed3792 Added support for IIS global rules (#169) 2017-02-03 16:20:41 -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 Added support for IIS global rules (#169) 2017-02-03 16:20:41 -08:00
test Added support for IIS global rules (#169) 2017-02-03 16:20:41 -08:00
.gitattributes
.gitignore
.travis.yml
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
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.