Module limit
Expand description
A middleware that limits the number of in-flight requests.
See Limit
.
Modules§
- policy
- Limit policies for
super::Limit
define how requests are handled when the limit is reached for a given request.
Structs§
- Limit
- Limit requests based on a
Policy
. - Limit
Layer - Limit requests based on a
Policy
.
Enums§
- Policy
Output - The output part of a limit policy.