pub fn classify<'a>( host: &'a str, path: &'a str, suffix: &str, port: u16, ) -> Result<Target<'a>>
Decide what a request is, or refuse it.