//! Internal traits that define the Isahc configuration system.
use Easy2;
/// Base trait for any object that can be configured for requests, such as an
/// HTTP request builder or an HTTP client.
/// A helper trait for applying a configuration value to a given curl handle.