Go to file
Nate McMaster f92b3022a7
Update appveyor and travis settings
2017-03-14 13:39:36 -07:00
build
samples
src
test Using NullLogger types from Logging.Abstractions (#215) 2017-03-14 12:12:47 -07:00
.gitattributes
.gitignore
.travis.yml Update appveyor and travis settings 2017-03-14 13:39:36 -07:00
BasicMiddleware.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md Added Response Compression to README 2017-03-13 16:33:48 -07:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:36 -07:00
build.cmd
build.ps1
build.sh
version.props

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.