Struct sozu_command_lib::proxy::Application
source · pub struct Application {
pub app_id: String,
pub sticky_session: bool,
pub https_redirect: bool,
pub proxy_protocol: Option<ProxyProtocolConfig>,
pub load_balancing_policy: LoadBalancingAlgorithms,
pub answer_503: Option<String>,
}
Fields§
§app_id: String
§sticky_session: bool
§https_redirect: bool
§proxy_protocol: Option<ProxyProtocolConfig>
§load_balancing_policy: LoadBalancingAlgorithms
§answer_503: Option<String>
Trait Implementations§
source§impl Clone for Application
impl Clone for Application
source§fn clone(&self) -> Application
fn clone(&self) -> Application
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Application
impl Debug for Application
source§impl<'de> Deserialize<'de> for Application
impl<'de> Deserialize<'de> for Application
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more