ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models
MIT License
271
stars
57
forks
source link
BREAKING CHANGE: UseHttpCacheHeaders must be added between UseRouting and UseEndpoints #98
Allow using the endpoint routing information - for that, the call into UseHttpCacheHeaders() MUST be added between UseRouting and UseEndpoints.