use *;
/// Allow users to configure default client for http request.cloned
///
/// Note that proxy is incompatible with default client.
///
/// TODO: better default client with cached options
;
// pub enum DefaultClient {
// cache for same options
// Cached,
// user specified
// Specified
// }
;