ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
This package was built from the source code at https://github.com/aspnet/StaticFiles/tree/a5fcd9dd8724eb71f0642340f68aeb85b0473374
This will ensure that you application will serve the smallest files without any server overhead, files need to be compressed and converted to other image formats before deploying.
Send compressed static files to the browser without having to compress on demand, also has support for sending more advanced image formats when the browser indicates that i has support for it.
Files need to be compressed and converted to other image formats before deploying.