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().
Activity
- Latest release
- 2w ago
- Total releases
- 2
- Cadence
- ~26 days
- Last 12 months
- 2
Details
- License
- MIT
- First release
- Aug 05, 2026