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