[Archived] Basic middleware components for ASP.NET Core. Project moved to https://github.com/aspnet/AspNetCore
Перейти к файлу
Nate McMaster 0df8a6bdcb
Bump version to 2.0.3
2018-04-17 14:12:22 -07:00
build Add host filtering sample middleware and tests 2018-02-26 15:46:36 -08:00
samples Add host filtering sample middleware and tests 2018-02-26 15:46:36 -08:00
src Scheme and Host value validation 2018-01-17 09:32:48 -08:00
test Add host filtering sample middleware and tests 2018-02-26 15:46:36 -08:00
.gitattributes Build with dotnet 2016-01-12 16:22:33 -08:00
.gitignore Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:06 -07:00
.travis.yml Adding libunwind8 to .travis.yml 2017-06-26 09:33:21 -07:00
BasicMiddleware.sln Add host filtering sample middleware and tests 2018-02-26 15:46:36 -08:00
CONTRIBUTING.md Initial commit 2015-06-25 12:21:18 -07:00
Directory.Build.props Bump version, update build tools, and dependency versions 2018-01-18 16:27:23 -08:00
Directory.Build.targets Bump version, update build tools, and dependency versions 2018-01-18 16:27:23 -08:00
LICENSE.txt Update LICENSE.txt text 2017-07-03 14:04:33 -07:00
NuGet.config Use MSBuild to set NuGet feeds instead of NuGet.config 2017-10-02 14:12:02 -07:00
NuGetPackageVerifier.json Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:24 -08:00
README.md Added Response Compression to README 2017-03-13 16:33:48 -07:00
appveyor.yml Update appveyor and travis settings 2017-03-14 13:39:36 -07:00
build.cmd Bump version to 2.0.1 and update build scripts, tools, and dependencies for 2.0.x 2017-09-20 17:16:47 -07:00
build.ps1 Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:06 -07:00
build.sh Update build tools to 2.0.2-rc1-15526 and dependencies to 2.0.1-rtm-105 2017-10-13 13:11:06 -07:00
korebuild-lock.txt Bump version, update build tools, and dependency versions 2018-01-18 16:27:23 -08:00
korebuild.json Bump version, update build tools, and dependency versions 2018-01-18 16:27:23 -08:00
version.props Bump version to 2.0.3 2018-04-17 14:12:22 -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.