Module rama::layer::limit

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§

Traits§

  • A limit Policy is used to determine whether a request is allowed to proceed, and if not, how to handle it.