fastapi-limiter
fastapi-limiter copied to clipboard
WebSocketRateLimiter for inbound request
Hello,
as far as I understand from the README and my first tests, actually the RateLimiter for WebSockets rate limits response not requests. Yet in my cases that's still the message sent by the user that needs to be rate limited.
Is there any plan to implement such a feature any time soon?
regards