formatted
This commit is contained in:
parent
5e7d8841af
commit
7a0e7708be
@ -51,8 +51,11 @@ fn download_into(
|
|||||||
attempt.follow()
|
attempt.follow()
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
let client = reqwest::Client::builder().redirect(policy).referer(false).build()?;
|
let client = reqwest::Client::builder()
|
||||||
|
.redirect(policy)
|
||||||
|
.referer(false)
|
||||||
|
.build()?;
|
||||||
let mut resp = client.get(url).send()?;
|
let mut resp = client.get(url).send()?;
|
||||||
info!("Status Resp: {}", resp.status());
|
info!("Status Resp: {}", resp.status());
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user