tower/tower-limit
Carl Lerche 92a981f8d6
ensure `ResponseFuture` types are in `futures` mod (#269)
Follow the pattern used in the other crates.
2019-04-24 15:01:00 -07:00
..
src ensure `ResponseFuture` types are in `futures` mod (#269) 2019-04-24 15:01:00 -07:00
tests Move Tower to 2018 Edition (#238) 2019-04-08 20:11:09 -07:00
Cargo.toml Add license field to all crates (#241) 2019-04-09 10:59:30 -07:00
README.md Consolidate `limit` layers (#235) 2019-04-05 20:08:43 -07:00

README.md

Tower Rate Limit

A Tower middleware that rate limits the requests that are passed to the inner service.