stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware
MIT License
3.11k stars 447 forks source link

Does it support interface access control based on queues #452

Open wangbaobaoget opened 1 year ago

wangbaobaoget commented 1 year ago

Hello, would you like to know if this middleware supports interface access control strategy based onqueue? For example, allowing 5 clients to access a certain interface at the same time using a first in, first out policy, and rejecting responses when the number of clients exceeds 6。 If supported, how should I write appsettings and how to use the middleware? Looking forward to your reply