Go to file
Ben Adams a9f4969cfc Use ArrayPool.Shared for StreamCopyOperation 2016-01-05 11:44:32 -08:00
samples/StaticFileSample Standardizing middleware to use configureOptions lambda 2015-12-22 19:32:20 -08:00
src/Microsoft.AspNet.StaticFiles Use ArrayPool.Shared for StreamCopyOperation 2016-01-05 11:44:32 -08:00
test/Microsoft.AspNet.StaticFiles.Tests Standardizing middleware to use configureOptions lambda 2015-12-22 19:32:20 -08:00
tools
.gitattributes
.gitignore
.travis.yml Move Travis to supported Linux distribution 2015-11-17 14:39:48 -08:00
CONTRIBUTING.md
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
StaticFiles.sln
appveyor.yml
build.cmd
build.sh
global.json
makefile.shade

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 5. You can find samples, documentation and getting started instructions for ASP.NET 5 at the Home repo.