Struct sozu_command_lib::config::FileAppConfig
[−]
[src]
pub struct FileAppConfig {
pub ip_address: Option<String>,
pub port: Option<u16>,
pub hostname: Option<String>,
pub path_begin: Option<String>,
pub certificate: Option<String>,
pub key: Option<String>,
pub certificate_chain: Option<String>,
pub backends: Vec<String>,
pub sticky_session: Option<bool>,
pub https_redirect: Option<bool>,
pub send_proxy: Option<bool>,
pub expect_proxy: Option<bool>,
}Fields
ip_address: Option<String>
port: Option<u16>
hostname: Option<String>
path_begin: Option<String>
certificate: Option<String>
key: Option<String>
certificate_chain: Option<String>
backends: Vec<String>
sticky_session: Option<bool>
https_redirect: Option<bool>
send_proxy: Option<bool>
expect_proxy: Option<bool>
Methods
impl FileAppConfig[src]
Trait Implementations
impl Debug for FileAppConfig[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Clone for FileAppConfig[src]
fn clone(&self) -> FileAppConfig[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl PartialEq for FileAppConfig[src]
fn eq(&self, __arg_0: &FileAppConfig) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FileAppConfig) -> bool[src]
This method tests for !=.