pub fn from_url_blocking( url: Url, version: MetadataVersion, ) -> Result<Vec<u8>, Error>
url
Returns the metadata bytes from the provided URL, blocking the current thread.