pub async fn install_plugin_from_url(
    http_client: &Client,
    source_url: &str
) -> Result<PactPluginManifest>
Expand description

Tries to download and install the plugin from the given URL, returning the manifest for the plugin if successful.