Go to file
Chris R 0c143df5d8 React to WebListener rename 2017-01-03 18:27:03 -08:00
samples/StaticFileSample Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
src/Microsoft.AspNetCore.StaticFiles Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00
test React to WebListener rename 2017-01-03 18:27:03 -08:00
tools
.gitattributes
.gitignore
.travis.yml Update .travis.yml osx image to xcode7.3. 2016-12-08 10:04:06 -08: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 Removed packages list in NuGetPackageVerifier.json 2016-12-12 00:41:53 -08:00
README.md Fix package metadata 2016-03-07 23:24:42 -08:00
StaticFiles.sln #150 Handle OperationCancelledExceptions to prevent log noise 2016-09-08 14:50:17 -07:00
appveyor.yml Fix backslashes in yml config. 2016-03-09 17:44:48 -08:00
build.cmd
build.ps1
build.sh Clean tmp folder after unzipping KoreBuild 2016-11-18 10:57:03 -08:00
global.json Updating to 4.4 CoreFx packages 2016-12-14 14:47:32 -08:00

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.