stefanprodan / AspNetCoreRateLimit

ASP.NET Core rate limiting middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does it support interface access control based on queues

wangbaobaoget opened this issue · comments

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