Module tower::limit

source ·
Expand description

Tower middleware for limiting requests.

Re-exports§

Modules§

  • Limit the max number of requests being concurrently processed.
  • Limit the rate at which requests are processed.