Struct sozu_command_lib::proxy::HttpsListener [−][src]
pub struct HttpsListener {}Show fields
pub front: SocketAddr, pub public_address: Option<SocketAddr>, pub answer_404: String, pub answer_503: String, pub versions: Vec<TlsVersion>, pub cipher_list: String, pub rustls_cipher_list: Vec<String>, pub tls_provider: TlsProvider, pub expect_proxy: bool, pub sticky_name: String, pub certificate: Option<String>, pub certificate_chain: Vec<String>, pub key: Option<String>,
Fields
front: SocketAddr
public_address: Option<SocketAddr>
answer_404: String
answer_503: String
versions: Vec<TlsVersion>
cipher_list: String
rustls_cipher_list: Vec<String>
tls_provider: TlsProvider
expect_proxy: bool
sticky_name: String
certificate: Option<String>
certificate_chain: Vec<String>
key: Option<String>
Trait Implementations
impl Clone for HttpsListener
[src]
impl Clone for HttpsListener
[src]fn clone(&self) -> HttpsListener
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Default for HttpsListener
[src]
impl Default for HttpsListener
[src]fn default() -> HttpsListener
[src]
impl<'de> Deserialize<'de> for HttpsListener
[src]
impl<'de> Deserialize<'de> for HttpsListener
[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for HttpsListener
[src]
impl Eq for HttpsListener
[src]impl Hash for HttpsListener
[src]
impl Hash for HttpsListener
[src]impl PartialEq<HttpsListener> for HttpsListener
[src]
impl PartialEq<HttpsListener> for HttpsListener
[src]fn eq(&self, other: &HttpsListener) -> bool
[src]
fn ne(&self, other: &HttpsListener) -> bool
[src]
impl Serialize for HttpsListener
[src]
impl Serialize for HttpsListener
[src]impl StructuralEq for HttpsListener
[src]
impl StructuralEq for HttpsListener
[src]impl StructuralPartialEq for HttpsListener
[src]
impl StructuralPartialEq for HttpsListener
[src]Auto Trait Implementations
impl RefUnwindSafe for HttpsListener
impl RefUnwindSafe for HttpsListener
impl Send for HttpsListener
impl Send for HttpsListener
impl Sync for HttpsListener
impl Sync for HttpsListener
impl Unpin for HttpsListener
impl Unpin for HttpsListener
impl UnwindSafe for HttpsListener
impl UnwindSafe for HttpsListener
Blanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
Should always be Self