[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
John Luo 5306fa61f0 Consume stabilized packages 2018-09-17 18:09:38 -07:00
samples Consume stabilized packages 2018-09-17 18:09:38 -07:00
src February 2017 patch updates 2018-01-16 17:23:34 -08:00
test Consume stabilized packages 2018-09-17 18:09:38 -07:00
tools Strong name everything. 2015-11-03 12:01:21 -08:00
.gitattributes Build with dotnet 2016-01-12 16:22:33 -08:00
.gitignore Remove ChangeEnvironmentAction class and throw when env flag is set in mod_rewrite rule 2016-09-26 09:15:05 -07:00
.travis.yml Increase .travis.yml consistency between repos 2016-09-06 12:10:14 -07:00
BasicMiddleware.sln Response Compression middleware 2016-09-26 10:37:33 -07:00
CONTRIBUTING.md Initial commit 2015-06-25 12:21:18 -07:00
LICENSE.txt Initial commit 2015-06-25 12:21:18 -07:00
NuGet.config Adding patch feed 2017-08-22 11:13:53 -07:00
NuGetPackageVerifier.json Add ResponseCompression to NuGetPackageVerifier 2016-09-26 12:10:41 -07:00
README.md quick readme update 2016-09-02 10:22:58 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:49 -08:00
build.cmd Return the error code from build.cmd 2016-02-28 10:12:18 -08:00
build.ps1 Update build script to set TLS version 2018-03-26 12:38:21 -07:00
build.sh 1.1.2 patch train updates (#209) 2017-02-15 15:06:06 -08:00
global.json 1.1.2 patch train updates (#209) 2017-02-15 15:06:06 -08:00
makefile.shade Added a middleware to handle header overrides. Initial check in. 2015-07-29 11:37:11 -07:00

README.md

ASP.NET Core Basic Middleware Components

This repo hosts a collection of basic middleware components for ASP.NET Core. This includes Buffering, HTTP Overrides, 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.