Available on crate feature
limit only.Expand description
A middleware that limits the number of in-flight requests.
See Limit.
Re-exports§
pub use policy::Policy;pub use policy::PolicyOutput;
Modules§
- policy
- Limit policies for
super::Limitdefine 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