Middleware that implements rate limiting to prevent server abuse.Uses a token bucket algorithm by default, allowing for burst traffic
while maintaining a sustainable long-term rate.Methods:
Middleware that implements sliding window rate limiting.Uses a sliding window approach which provides more precise rate limiting
but uses more memory to track individual request timestamps.Methods: