pub trait HasCookies { // Required methods fn set_cookies(&mut self, cookies: Vec<Cookie>); fn headers(&self) -> HashMap<String, String>; }