Go to file
Ryan Brandenburg 6aab920936 Merge branch 'release/2.1' into dev 2018-04-16 16:54:18 -07:00
build Update dependencies.props 2018-04-15 14:01:06 -07:00
samples Make https redirect no-op if no port is available #318 2018-04-16 09:49:43 -07:00
src Make https redirect no-op if no port is available #318 2018-04-16 09:49:43 -07:00
test Make https redirect no-op if no port is available #318 2018-04-16 09:49:43 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml
BasicMiddleware.sln
CONTRIBUTING.md
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-04-15 14:01:06 -07:00
korebuild.json
run.cmd
run.ps1
run.sh
version.props Ensure experimental package version is 0.4.0-preview3-final, not 0.4.0-preview3-buildnumber-final 2018-04-06 12:34:25 -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.