Struct tiny_http::SslConfig [] [src]

pub struct SslConfig {
    pub certificate: Vec<u8>,
    pub private_key: Vec<u8>,
}

Configuration of the server for SSL.

Fields

Contains the public certificate to send to clients.

Contains the ultra-secret private key used to decode communications.

Trait Implementations

impl Debug for SslConfig
[src]

Formats the value using the given formatter.

impl Clone for SslConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more