Neco.AspNet
0.1.0
dotnet add package Neco.AspNet --version 0.1.0
NuGet\Install-Package Neco.AspNet -Version 0.1.0
<PackageReference Include="Neco.AspNet" Version="0.1.0" />
paket add Neco.AspNet --version 0.1.0
#r "nuget: Neco.AspNet, 0.1.0"
// Install Neco.AspNet as a Cake Addin #addin nuget:?package=Neco.AspNet&version=0.1.0 // Install Neco.AspNet as a Cake Tool #tool nuget:?package=Neco.AspNet&version=0.1.0
NeCo - Necessary Code - AspNet
CompressedStaticFiles
An ASP.NETCore middleware to serve static files. The files will be compressed on first request and saved to the cache, so they can be served immediately after. If compressed files are already available, they will be used.
Huge folders of incompressible files are better served by StaticFilesMiddleware.
Inspired by CompressedStaticFiles by AnderssonPeter
Usage:
RelaxedPhysicalFileProvider
This is a PhysicalFileProvider that does not require the path to exist during startup. Calls to Watch will throw and all requested files will return NotFound.
ToDo:
- Serve incompressible and NONE-compression files directly
- Optionally serve uncompressed file while compressing
- Custom compression cache folder or CacheProvider
- GZip Compression
- Custom response / cache headers
- Ranges
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
-
net9.0
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.0)
- Neco.Common (>= 0.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.0 | 90 | 12/26/2024 |
0.0.5 | 113 | 10/9/2024 |
0.0.4-alpha | 124 | 6/15/2023 |
0.0.3-alpha | 325 | 10/19/2022 |
0.0.2-alpha | 244 | 5/10/2022 |
0.0.1-alpha | 181 | 2/20/2022 |