Struct hyper::client::pool::Config [−][src]
pub struct Config {
pub max_idle: usize,
}Expand description
Config options for the Pool.
Fields
max_idle: usizeThe maximum idle connections per host.
pub struct Config {
pub max_idle: usize,
}Config options for the Pool.
max_idle: usizeThe maximum idle connections per host.