Module algorithms

Module algorithms 

Source
Expand description

Algorithms for controlling request rate limits.

Structs§

Aimd
Loss-based request rate limiting.
Fixed
A simple, fixed request rate limit.
RequestSample
The result of a request, including the RequestOutcome and response time.

Traits§

RateLimitAlgorithm
An algorithm for controlling request rate limits.