rack-throttle icon indicating copy to clipboard operation
rack-throttle copied to clipboard

Rack middleware for rate-limiting incoming HTTP requests.

Results 12 rack-throttle issues
Sort by recently updated
recently updated
newest added

Is it possible to change the response to be totally custom (JSON, for example) like it is in [redis-throttle](https://github.com/andreareginato/redis-throttle#http-response-codes-and-headers)?

feature-request

Working on [rack-dedos](https://rubygems.org/gems/rack-dedos) for some apps deployed to render.com (which uses Cloudflare by default), I bumped into a flaw in Rack: Despite there being code in Rack (at least in...

bug