Go to file
Ryan Brandenburg ec56c0c963 Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:21 -07:00
build React to aspnet/BuildTools#293 2017-07-06 10:36:19 -07:00
samples Remove NETSTandard.Library.NETFramework 2017-07-07 10:26:21 -07:00
src
test
.gitattributes
.gitignore
.travis.yml
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
build.cmd
build.ps1
build.sh
version.props Update version suffix for 2.0.0 RTM release 2017-07-06 15:07: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.