spin_factor_outbound_networking

Trait DisallowedHostHandler

Source
pub trait DisallowedHostHandler: Send + Sync {
    // Required method
    fn handle_disallowed_host(&self, scheme: &str, authority: &str);
}

Required Methods§

Source

fn handle_disallowed_host(&self, scheme: &str, authority: &str)

Implementors§