use Duration;
use ;
use Client;
pub use ;
pub use DocumentFetcher;
/// Build the shared HTTP client used by every API wrapper.
///
/// All callers want the same user-agent and timeout, so creating a fresh
/// `reqwest::Client` per call would just rebuild the connection pool.