pub type HttpClient = Client;
A Client from the reqwest crate, that we use to download content over HTTP.
Client
reqwest
struct HttpClient { /* private fields */ }