tower/tower-in-flight-limit
Lucio Franco 476f085c89
Introduce the `ServiceBuilder` (#175)
The `ServiceBuilder` composes layers together and produces either a `MakeService` or a `Service` wrapped by those layers.
2019-03-26 10:14:42 -04:00
..
src Introduce the `ServiceBuilder` (#175) 2019-03-26 10:14:42 -04:00
tests Fix in flight limit (#184) 2019-03-07 16:53:21 -05:00
Cargo.toml Fix in flight limit (#184) 2019-03-07 16:53:21 -05:00
README.md InFlightLimit middleware (#49) 2018-02-20 11:04:03 -08:00

README.md

Tower In-Flight Limit

A Tower middleware that limits the maximum number of in-flight requests for a service.