FireflySoft.RateLimit icon indicating copy to clipboard operation
FireflySoft.RateLimit copied to clipboard

It is a rate limiting library based on .Net standard.

Results 3 FireflySoft.RateLimit issues
Sort by recently updated
recently updated
newest added

期望使用固定窗口算法来控制ip某个时间端不要超过特定数量 期望使用令牌桶算法来控制访问的限流 有什么方法可以同时注册使用这两种算法吗?

很好的库,已经在ASP.NET WEB API 中实现限流。可否告知一下如何在ASP.NET MVC项目模版中注册限流组件。