summaryrefslogtreecommitdiff
path: root/lib/Plack/Middleware/Throttle.pm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* POD fixfranck cuny2010-04-281-0/+2
|
* change how path works, by default the whole application is throttled, but if ↵franck cuny2010-04-271-8/+14
| | | | path is specified, only this path will be throttled
* check if a path should be throttledfranck cuny2010-04-271-4/+32
|
* return a hash objectfranck cuny2010-04-031-0/+1
|
* start PODfranck cuny2010-04-011-16/+44
|
* handle black and white list, add support to intervalfranck cuny2010-04-011-10/+36
|
* import old Plack::Middleware::APIRateLimit (renamed as miyagawa's ↵franck cuny2010-03-311-6/+128
| | | | suggestion) and stole API from rack::throttle
* initial commitfranck cuny2010-03-311-0/+33