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 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 quick readme update 2016-09-02 10:22:58 -07:00
appveyor.yml Upgrade to VS 2017 2017-01-30 15:59:19 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
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.