Go to the source code of this file.
Packages | |
| package | dev.rafex.ether.http.security.ratelimit |
| Rate limiting policies for Ether HTTP runtimes. | |
Functions | |
| record | dev.rafex.ether.http.security.ratelimit.RateLimitPolicy (Scope scope, int maxRequests, int windowSeconds, int burst, int maxConcurrentRequests) |
| Política de control de tasa (rate limiting) para prevenir abusos. | |