Sign in Sign up
nuget

GM.RateLimiting.Http

ASP.NET Core middleware for GM.RateLimiting (GM.API.Middlewares style). Partitions each request by user / API key / IP / endpoint (composable), applies a named policy per endpoint via [RateLimit], and on limit-exceeded returns 429 Too Many Requests with a Retry-After header, X-RateLimit-* headers, and a ProblemDetails body consistent with the GM conventions. Register with AddGMRateLimitingHttp() + UseGMRateLimiting().

nuget View on Nuget

Activity

Latest release
2w ago
Total releases
2
Cadence
~26 days
Last 12 months
2

Details

License
MIT
First release
Aug 05, 2026
Releases
Version Released
1.0.1 patch
1.0.0 initial