6 releases
0.3.0 | Dec 19, 2019 |
---|---|
0.3.0-alpha.2 | Sep 30, 2019 |
0.1.1 | Jul 30, 2019 |
0.1.0 | Apr 27, 2019 |
0.0.0 | Nov 16, 2017 |
#1944 in Asynchronous
7,871 downloads per month
43KB
564 lines
Tower Timeout
Apply a timeout to requests, ensuring completion within a fixed time duration.
License
This project is licensed under the MIT license.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Tower by you, shall be licensed as MIT, without any additional terms or conditions.
lib.rs
:
Tower middleware that applies a timeout to requests.
If the response does not complete within the specified timeout, the response will be aborted.
Dependencies
~5MB
~88K SLoC