Go to file
Nate McMaster eb5499acbd
Set NETStandardImplicitPackageVersion via dependencies.props
2018-04-19 16:30:44 -07:00
build Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:30:44 -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 Set NETStandardImplicitPackageVersion via dependencies.props 2018-04-19 16:30:44 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt
korebuild.json Branching for 2.1.0-rc1 2018-04-16 16:54:13 -07:00
run.cmd
run.ps1
run.sh
version.props Branching for 2.1.0-rc1 2018-04-16 16:54:13 -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.