KevinDockx / HttpCacheHeaders

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

Added extension methods to support Minimal APIs and Minimal API Groups #134

Closed shawnwildermuth closed 10 months ago

shawnwildermuth commented 10 months ago

I just added extension methods to support applying the attributes to minimal APIs and API Grouping.

KevinDockx commented 10 months ago

Thank you Shawn!