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 HttpFrontendConfig
pub fn generate_orders(&self, app_id: &str) -> Vec<Order>
[src]
pub fn generate_orders(&self, app_id: &str) -> Vec<Order>
Trait Implementations
impl Debug for HttpFrontendConfig
[src]
impl Debug for HttpFrontendConfig
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 HttpFrontendConfig
[src]
impl Clone for HttpFrontendConfig
fn clone(&self) -> HttpFrontendConfig
[src]
fn clone(&self) -> HttpFrontendConfig
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 HttpFrontendConfig
[src]
impl PartialEq for HttpFrontendConfig
fn eq(&self, other: &HttpFrontendConfig) -> bool
[src]
fn eq(&self, other: &HttpFrontendConfig) -> bool
This 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) -> bool
This method tests for !=
.
impl Eq for HttpFrontendConfig
[src]
impl Eq for HttpFrontendConfig
impl Hash for HttpFrontendConfig
[src]
impl Hash for HttpFrontendConfig
Auto Trait Implementations
impl Send for HttpFrontendConfig
impl Send for HttpFrontendConfig
impl Sync for HttpFrontendConfig
impl Sync for HttpFrontendConfig