Struct sozu_command_lib::config::HttpFrontendConfig [−][src]
pub struct HttpFrontendConfig {
pub address: SocketAddr,
pub hostname: String,
pub path_begin: String,
pub certificate: Option<String>,
pub key: Option<String>,
pub certificate_chain: Option<Vec<String>>,
}Fields
address: SocketAddr
hostname: String
path_begin: String
certificate: Option<String>
key: Option<String>
certificate_chain: Option<Vec<String>>
Methods
impl HttpFrontendConfig[src]
impl HttpFrontendConfigpub fn generate_orders(&self, app_id: &str) -> Vec<ProxyRequestData>[src]
pub fn generate_orders(&self, app_id: &str) -> Vec<ProxyRequestData>Trait Implementations
impl Debug for HttpFrontendConfig[src]
impl Debug for HttpFrontendConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for HttpFrontendConfig[src]
impl Clone for HttpFrontendConfigfn clone(&self) -> HttpFrontendConfig[src]
fn clone(&self) -> HttpFrontendConfigReturns 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 HttpFrontendConfig[src]
impl PartialEq for HttpFrontendConfigfn eq(&self, other: &HttpFrontendConfig) -> bool[src]
fn eq(&self, other: &HttpFrontendConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &HttpFrontendConfig) -> bool[src]
fn ne(&self, other: &HttpFrontendConfig) -> boolThis method tests for !=.
impl Eq for HttpFrontendConfig[src]
impl Eq for HttpFrontendConfigimpl Hash for HttpFrontendConfig[src]
impl Hash for HttpFrontendConfigAuto Trait Implementations
impl Send for HttpFrontendConfig
impl Send for HttpFrontendConfigimpl Sync for HttpFrontendConfig
impl Sync for HttpFrontendConfig