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