TlsProfileManager

Trait TlsProfileManager 

Source
pub trait TlsProfileManager {
    // Required method
    fn rotate_profile(&mut self, domain: &str);
}
Expand description

Provides TLS profile rotation semantics for mitigation strategies.

Required Methods§

Source

fn rotate_profile(&mut self, domain: &str)

Implementors§