Go to file
Chris R d7defa9a41 React to WebListener version change 2016-09-19 13:43:06 -07:00
samples/StaticFileSample One build to rule them all 2016-07-07 14:12:40 -07:00
src/Microsoft.AspNetCore.StaticFiles #150 Handle OperationCancelledExceptions to prevent log noise 2016-09-08 14:50:17 -07:00
test React to WebListener version change 2016-09-19 13:43:06 -07:00
tools
.gitattributes
.gitignore
.travis.yml Increase .travis.yml consistency between repos 2016-09-04 20:20:40 -07:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config Update static files to use strong comparison on ETags 2016-08-30 15:07:29 -07:00
NuGetPackageVerifier.json
README.md
StaticFiles.sln #150 Handle OperationCancelledExceptions to prevent log noise 2016-09-08 14:50:17 -07:00
appveyor.yml
build.cmd
build.ps1 Updating to release. 2016-04-06 09:47:29 -07:00
build.sh Updating to release. 2016-04-06 09:47:29 -07:00
global.json

README.md

StaticFiles

AppVeyor: AppVeyor

Travis: Travis

This repo contains middleware for handling requests for file system resources including files and directories.

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.