Go to file
Praburaj a7a6242a17 Renaming Nuget.org feed key name to Nuget.
fixes https://github.com/aspnet/Universe/issues/174
2015-03-10 11:46:30 -07:00
samples/StaticFileSample Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 13:00:41 -07:00
src/Microsoft.AspNet.StaticFiles Moving the sendfile httpresponse extensions to Microsoft.AspNet.Http.Extensions package 2015-03-09 15:14:25 -07:00
test/Microsoft.AspNet.StaticFiles.Tests Moving the sendfile httpresponse extensions to Microsoft.AspNet.Http.Extensions package 2015-03-09 15:14:25 -07:00
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.txt
NuGet.Config Renaming Nuget.org feed key name to Nuget. 2015-03-10 11:46:30 -07:00
README.md
StaticFiles.sln
build.cmd Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 13:00:41 -07:00
build.sh Remove BOM from project.json, *.cmd, *.sh and *.shade files. 2015-03-09 13:00:41 -07:00
global.json
makefile.shade

README.md

StaticFiles

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

This project is part of ASP.NET vNext. You can find samples, documentation and getting started instructions for ASP.NET vNext at the Home repo.