pub trait Request { // Required methods fn get_url(&self) -> &str; fn get_header(&self, name: &str) -> &[String]; }