HttpClient

Type Alias HttpClient 

Source
pub type HttpClient = Client;
Expand description

A Client from the reqwest crate, that we use to download content over HTTP.

Aliased Typeยง

pub struct HttpClient { /* private fields */ }