Function download

Source
pub fn download(
    client: &TestMyCodeClient,
    url: Url,
    target: &mut dyn Write,
) -> Result<(), TestMyCodeClientError>
Expand description

Fetches data from the URL and writes it into the target.