Expand description
A middleware that limits the number of in-flight requests.
See Limit
.
Modules§
- Limit policies for
super::Limit
define how requests are handled when the limit is reached for a given request.
Structs§
Enums§
- The output part of a limit policy.
Traits§
- A limit
Policy
is used to determine whether a request is allowed to proceed, and if not, how to handle it.