Go to file
Nate Barbettini 77c9bc38f9 Add logging to HstsMiddleware (#327) 2018-05-07 08:18:04 -07:00
build Update dependencies.props 2018-05-06 12:07:57 -07:00
samples Make https redirect no-op if no port is available #318 2018-04-16 09:49:43 -07:00
src Add logging to HstsMiddleware (#327) 2018-05-07 08:18:04 -07:00
test Add logging to HstsMiddleware (#327) 2018-05-07 08:18:04 -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 Update dependencies.props 2018-05-06 12:07:57 -07:00
korebuild.json Branching for 2.1.0-rc1 2018-04-16 16:54:13 -07:00
run.cmd
run.ps1
run.sh
version.props Merge branch 'release/2.1' into dev 2018-04-30 15:52:28 -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.