Go to file
David Peden 3faa3de14d Add IIS rewrite map support (#168) 2017-02-07 12:37:23 -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 Add IIS rewrite map support (#168) 2017-02-07 12:37:23 -08:00
test Add IIS rewrite map support (#168) 2017-02-07 12:37:23 -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.