Expand description
Tower middleware for limiting requests.
Modules§
- concurrency
- Limit the max number of requests being concurrently processed.
- rate
- Limit the rate at which requests are processed.
Structs§
- Concurrency
Limit - Enforces a limit on the concurrent number of requests the underlying service can handle.
- Concurrency
Limit Layer - Enforces a limit on the concurrent number of requests the underlying service can handle.
- Global
Concurrency Limit Layer - Enforces a limit on the concurrent number of requests the underlying service can handle.
- Rate
Limit - Enforces a rate limit on the number of requests the underlying service can handle over a period of time.
- Rate
Limit Layer - Enforces a rate limit on the number of requests the underlying service can handle over a period of time.