Module tower_async::limit

source ·
Available on crate feature limit only.
Expand description

A middleware that limits the number of in-flight requests.

See Limit.

Re-exports

Modules

  • Limit policies for super::Limit define how requests are handled when the limit is reached for a given request.

Structs

  • Limit requests based on a policy
  • Limit requests based on a policy