mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-26 09:35:49 +00:00
I need to filter requests on a period I need to get dynamically out of information I have in the requests. Currently, I can work out the limit, as it can be a `Proc`, however I can't do that with the period. This PR adds support for that. Tried to do it in a way that doesn't brake backwards compatibility, as periods are coerced to numbers during `Rack::Throttle` initialization. |
||
|---|---|---|
| .. | ||
| store_proxy | ||
| allow2ban.rb | ||
| blacklist.rb | ||
| cache.rb | ||
| check.rb | ||
| fail2ban.rb | ||
| request.rb | ||
| store_proxy.rb | ||
| throttle.rb | ||
| track.rb | ||
| version.rb | ||
| whitelist.rb | ||