pub trait TlsProfileManager {
// Required method
fn rotate_profile(&mut self, domain: &str);
}Expand description
Provides TLS profile rotation semantics for mitigation strategies.
pub trait TlsProfileManager {
// Required method
fn rotate_profile(&mut self, domain: &str);
}Provides TLS profile rotation semantics for mitigation strategies.