Struct sozu_command_lib::config::ProxyConfig [] [src]

pub struct ProxyConfig {
    pub address: String,
    pub public_address: Option<String>,
    pub port: u16,
    pub max_connections: usize,
    pub buffer_size: usize,
    pub answer_404: Option<String>,
    pub answer_503: Option<String>,
    pub cipher_list: Option<String>,
    pub default_name: Option<String>,
    pub default_app_id: Option<String>,
    pub default_certificate: Option<String>,
    pub default_certificate_chain: Option<String>,
    pub default_key: Option<String>,
    pub tls_versions: Option<Vec<String>>,
}

Fields

Methods

impl ProxyConfig
[src]

Trait Implementations

impl Debug for ProxyConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for ProxyConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for ProxyConfig
[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 ProxyConfig
[src]

impl Hash for ProxyConfig
[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