Function forest_filecoin::utils::reqwest_resume::get

source ยท
pub async fn get(url: Url) -> Result<Response>
Expand description

Shortcut method to quickly make a GET request.

See reqwest::get.