Struct sozu_command_lib::messages::HttpProxyConfiguration [] [src]

pub struct HttpProxyConfiguration {
    pub front: SocketAddr,
    pub front_timeout: u64,
    pub back_timeout: u64,
    pub max_connections: usize,
    pub buffer_size: usize,
    pub public_address: Option<IpAddr>,
    pub answer_404: String,
    pub answer_503: String,
}

Fields

Trait Implementations

impl Debug for HttpProxyConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Clone for HttpProxyConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for HttpProxyConfiguration
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Eq for HttpProxyConfiguration
[src]

impl Hash for HttpProxyConfiguration
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Default for HttpProxyConfiguration
[src]

[src]

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