Module tower::limit[][src]

Expand description

Tower middleware for limiting requests.

Modules

Limit the max number of requests being concurrently processed.

Limit the rate at which requests are processed.

Structs

Enforces a limit on the concurrent number of requests the underlying service can handle.

Enforces a limit on the concurrent number of requests the underlying service can handle.

Enforces a limit on the concurrent number of requests the underlying service can handle.

Enforces a rate limit on the number of requests the underlying service can handle over a period of time.

Enforces a rate limit on the number of requests the underlying service can handle over a period of time.