Module tower::limit::rate

source ·
Available on crate feature limit only.
Expand description

Limit the rate at which requests are processed.

Structs

  • A rate of requests per time period.
  • Enforces a rate limit on the number of requests the underlying service can handle over a period of time.
  • Enforces a rate limit on the number of requests the underlying service can handle over a period of time.