Lines Matching full:hyper
1 [](https://crates.io/crates/hyper-ti…
3 # hyper-timeout
5 A connect, read and write timeout aware connector to be used with hyper `Client`.
9 At the time this crate was created, hyper does not support timeouts. There is a way to do general t…
13 There is a `TimeoutConnector` that implements the `hyper::Connect` trait. This connector wraps arou…
15 **Note:** In hyper 0.11, a read or write timeout will return a _broken pipe_ error because of the w…
19 Hyper version compatibility:
21 * The `master` branch will track on going development for hyper.
22 * The `0.4` release supports hyper 0.14.
23 * The `0.3` release supports hyper 0.13.
24 * The `0.2` release supports hyper 0.12.
25 * The `0.1` release supports hyper 0.11.
27 Assuming you are using hyper 0.14, add this to your `Cargo.toml`:
31 hyper-timeout = "0.4"