mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
No description
| examples | ||
| lib/rack | ||
| spec | ||
| .gitignore | ||
| Gemfile | ||
| LICENSE | ||
| rack-attack.gemspec | ||
| Rakefile | ||
| README.md | ||
Rack::Attack - middleware for throttling & blocking abusive clients
Processing order
- If any whitelist matches, the request is allowed
- If any blacklist matches, the request is blocked (unless a whitelist matched)
- If any throttle matches, the request is throttled (unless a whitelist or blacklist matched)