Go to file
Nate McMaster bd5e35d56a Update bootstrappers to use the compiled version of KoreBuild
[ci skip]
2017-07-25 16:30:41 -07:00
build Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:41 -07:00
samples Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:21 -07:00
src Normalize VersionPrefix 2017-07-24 16:33:41 -07:00
test Remove duplicate theory data 2017-06-29 07:26:26 -07:00
.gitattributes
.gitignore Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:41 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:33:21 -07:00
BasicMiddleware.sln
CONTRIBUTING.md
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:33 -07:00
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml Skip first time experience on Appveyor 2017-07-10 15:20:43 -07:00
build.cmd Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:41 -07:00
build.ps1 Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:41 -07:00
build.sh Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:41 -07:00
version.xml Update bootstrappers to use the compiled version of KoreBuild 2017-07-25 16:30:41 -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.