Rack middleware for throttling and blocking abusive requests to protect your web application.
gem install rack-attackNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic throttling by IP address
Configure a shared cache store like Redis via Rack::Attack.cache.store = Redis.new
No dependency data recorded yet.