aspnetcore/src/StaticFiles
Ryan Brandenburg 7b891fc3d1 Reorganize source code in preparation to move into aspnet/AspNetCore
Prior to reorganization, this source code was found in b732ef662e
2018-11-21 11:25:55 -08:00
..
build Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
samples/StaticFileSample Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
shared/Microsoft.AspNetCore.RangeHelper.Sources Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
src Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
test Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
.gitignore Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
Directory.Build.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
Directory.Build.targets Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
NuGetPackageVerifier.json Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
README.md Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
StaticFiles.sln Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -08:00
version.props Reorganize source code in preparation to move into aspnet/AspNetCore 2018-11-21 11:25:55 -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.