tower/tower-timeout
Carl Lerche 50fc5e8e63
Reorganize tower-timeout (#191)
- Change error bound: `Error: From<S::Error>` (for `?` operator)
- Split types into dedicated files
- Move `ResponseFuture` into public `future` mod.
2019-03-11 16:10:51 -07:00
..
src Reorganize tower-timeout (#191) 2019-03-11 16:10:51 -07:00
Cargo.toml depend on tower-service from crates.io (#186) 2019-03-06 13:38:58 -08:00
README.md License Tower under MIT only 2017-11-16 09:44:44 -08:00

README.md

Tower Timeout

A Tower middleware that applies a timeout to requests.