Table of Contents - prop-2.6.1 Documentation
Classes and Modules
- Prop
- Prop::IntervalStrategy
- Prop::Key
- Prop::LeakyBucketStrategy
- Prop::Limiter
- Prop::Middleware
- Prop::Middleware::DefaultErrorHandler
- Prop::Options
- Prop::RateLimited
Methods
- ::_throttle — Prop::Limiter
- ::_throttle_leaky_bucket — Prop::LeakyBucketStrategy
- ::before_throttle — Prop::Limiter
- ::build — Prop::IntervalStrategy
- ::build — Prop::LeakyBucketStrategy
- ::build — Prop::Options
- ::cache — Prop::IntervalStrategy
- ::cache — Prop::LeakyBucketStrategy
- ::cache= — Prop::Limiter
- ::call — Prop::Middleware::DefaultErrorHandler
- ::compare_threshold? — Prop::IntervalStrategy
- ::compare_threshold? — Prop::LeakyBucketStrategy
- ::configure — Prop::Limiter
- ::count — Prop::Limiter
- ::counter — Prop::IntervalStrategy
- ::counter — Prop::LeakyBucketStrategy
- ::decrement — Prop::IntervalStrategy
- ::decrement — Prop::LeakyBucketStrategy
- ::disabled — Prop::Limiter
- ::disabled? — Prop::Limiter
- ::first_throttled? — Prop::IntervalStrategy
- ::get_strategy — Prop::Options
- ::increment — Prop::IntervalStrategy
- ::increment — Prop::LeakyBucketStrategy
- ::leak_amount — Prop::LeakyBucketStrategy
- ::leaky_bucket — Prop::Options
- ::leaky_bucket_strategy? — Prop::Limiter
- ::new — Prop::Middleware
- ::new — Prop::RateLimited
- ::normalize — Prop::Key
- ::prepare — Prop::Limiter
- ::query — Prop::Limiter
- ::read — Prop::Limiter
- ::reset — Prop::IntervalStrategy
- ::reset — Prop::LeakyBucketStrategy
- ::reset — Prop::Limiter
- ::threshold_reached — Prop::IntervalStrategy
- ::threshold_reached — Prop::LeakyBucketStrategy
- ::throttle — Prop::Limiter
- ::throttle! — Prop::Limiter
- ::throttled? — Prop::Limiter
- ::update_bucket — Prop::LeakyBucketStrategy
- ::validate_interval — Prop::IntervalStrategy
- ::validate_options! — Prop::IntervalStrategy
- ::validate_options! — Prop::LeakyBucketStrategy
- ::validate_options! — Prop::Options
- ::validate_threshold — Prop::IntervalStrategy
- ::write — Prop::Limiter
- ::zero_counter — Prop::IntervalStrategy
- ::zero_counter — Prop::LeakyBucketStrategy
- #call — Prop::Middleware
- #config — Prop::RateLimited
- #render_response — Prop::Middleware