pub async fn version_with_pattern<R: AsyncRead + Unpin>( buffer: &mut R, pattern: &str, ) -> Option<String>
Get the version for a specific pattern.