Go to file
Chris Ross (ASP.NET) 10d43f6f6f Merge branch 'release/2.2' 2018-09-25 15:49:17 -07:00
.vsts-pipelines/builds [automated] Change default branch to master 2018-07-02 12:40:12 -07:00
benchmarks/Microsoft.AspNetCore.ResponseCompression.Benchmarks Add Brotli compression provider (#342) 2018-07-10 12:44:01 -07:00
build Update dependencies.props 2018-09-23 12:06:43 -07:00
samples
src Merge pull request #366 from dotnet-maestro-bot/merge/release/2.2-to-master 2018-09-20 13:13:22 -07:00
test Do not compress response if it is already compressed (#305) (#365) 2018-09-20 12:01:06 -07:00
.appveyor.yml [automated] Change default branch to master 2018-07-02 12:40:12 -07:00
.gitattributes
.gitignore
.travis.yml [automated] Change default branch to master 2018-07-02 12:40:12 -07:00
BasicMiddleware.sln Add Brotli compression provider (#342) 2018-07-10 12:44:01 -07:00
CONTRIBUTING.md Update CONTRIBUTING.md 2018-07-24 10:47:29 -07:00
Directory.Build.props
Directory.Build.targets Reference netcoreapp 2.1 (#349) 2018-07-11 14:26:46 -07:00
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Update dependencies.props 2018-09-23 12:06:43 -07:00
korebuild.json [automated] Change default branch to master 2018-07-02 12:40:12 -07:00
run.cmd
run.ps1 [automated] Change default branch to master 2018-07-02 12:40:12 -07:00
run.sh [automated] Change default branch to master 2018-07-02 12:40:12 -07:00
version.props Update branding to 2.2.0-preview3 2018-09-05 16:33:17 -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.