Registry / http-client / rack-throttle

rack-throttle

JSON →
library0.7.1rbrubygemsunverified

Rack middleware for rate-limiting incoming HTTP requests.

gem install rack-throttle
INSTALL
IMPORT
SIG · RACK-THROTTLE
R
rack-throttle
http-clientrubyv0.7.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Rack::Throttle
require 'rack/throttle'

Limit requests to 60 per minute.

require 'rack/throttle' use Rack::Throttle::Minute, max: 60 run ->(env) { [200, {}, ['OK']] }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
20
Resources
rack-throttle — gem install rack-throttle · libregistry