Trait hyper_proxy2::Dst
source · pub trait Dst {
// Required methods
fn scheme(&self) -> Option<&str>;
fn host(&self) -> Option<&str>;
fn port(&self) -> Option<u16>;
}
Expand description
A trait for matching between Destination and Uri