Skip to main content

fetch_release_json_blocking

Function fetch_release_json_blocking 

Source
pub fn fetch_release_json_blocking(
    url: &str,
    description: &str,
) -> Result<String>
Expand description

Fetches a release JSON payload from url using a blocking HTTP client.

description is included in error messages to identify the request purpose.