Go to file
Chris Ross (ASP.NET) 9f3ed006a1 Consume new HttpContext test pattern 2017-11-01 11:30:53 -07:00
build Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
samples Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
src Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
test Consume new HttpContext test pattern 2017-11-01 11:30:53 -07:00
.appveyor.yml
.gitattributes
.gitignore Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
.travis.yml
BasicMiddleware.sln
CONTRIBUTING.md
Directory.Build.props Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
Directory.Build.targets Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
LICENSE.txt
NuGet.config Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
korebuild.json Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00
run.cmd
run.ps1
run.sh
version.props Pin tool and package versions to make builds more repeatable 2017-10-31 17:40:53 -07:00

README.md

ASP.NET Core Basic Middleware Components

AppVeyor: AppVeyor

Travis: Travis

This repo hosts a collection of basic middleware components for ASP.NET Core. This includes Buffering, HTTP Overrides, Response Compression, 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.