pub(crate) async fn spawn_network( name: &str, info: NetInfo, urls: Vec<Url>, saved_hosts: Option<&HashSet<Url>>, ex: Arc<Executor<'_>> ) -> Result<Spawn>