Go to file
Nate McMaster 83140c0cfe Adding libunwind8 to .travis.yml
[skip appveyor]
2017-06-26 09:33:21 -07:00
build Updated to use the latest shared runtime 2017-05-26 12:37:59 -07:00
samples Fix minor bugs in samples and their NS.Library.NETFramework reference 2017-06-16 11:24:45 -07:00
src Support IOptions<RewriteOptions> (#243) 2017-06-08 14:01:04 -10:00
test Support IOptions<RewriteOptions> (#243) 2017-06-08 14:01:04 -10:00
.gitattributes
.gitignore
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:33:21 -07:00
BasicMiddleware.sln
CONTRIBUTING.md
LICENSE.txt
NuGet.config Updating versions to preview3 2017-06-01 10:46:29 -07:00
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1 Branching for 2.0.0-preview1 2017-04-25 22:00:43 -07:00
build.sh Branching for 2.0.0-preview1 2017-04-25 22:00:43 -07:00
version.props Updating versions to preview3 2017-06-01 10:46:29 -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.