pub fn async_request( url: String, method: RequestMethod, headers: HashMap<&str, String>, body: Vec<u8>, ) -> Result<(), String>