Struct httpbis::client_conf::HttpClientConf [] [src]

pub struct HttpClientConf {
    pub no_delay: Option<bool>,
    pub thread_name: Option<String>,
    pub connection_timeout: Option<Duration>,
}

Fields

TCP_NODELAY

Trait Implementations

impl Default for HttpClientConf
[src]

Returns the "default value" for a type. Read more

impl Debug for HttpClientConf
[src]

Formats the value using the given formatter.

impl Clone for HttpClientConf
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more