Go to file
John Luo d43f05189a Overwrite headers when serving response from cache #101 2017-02-03 15:20:38 -08:00
build Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
samples/ResponseCachingSample Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
src Overwrite headers when serving response from cache #101 2017-02-03 15:20:38 -08:00
test/Microsoft.AspNetCore.ResponseCaching.Tests Overwrite headers when serving response from cache #101 2017-02-03 15:20:38 -08:00
.gitattributes
.gitignore
.travis.yml
CONTRIBUTING.md
LICENSE.txt
NuGet.config Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
NuGetPackageVerifier.json
README.md
ResponseCaching.sln Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
appveyor.yml Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
build.cmd
build.ps1 Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
build.sh Upgrade to VS 2017 2017-02-01 12:15:45 -08:00
version.props Upgrade to VS 2017 2017-02-01 12:15:45 -08:00

README.md

ASP.NET Core Response Caching

AppVeyor: AppVeyor

Travis: Travis

This repo hosts the ASP.NET Core middleware for response caching.

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.