//! Protocol and proxy configuration types
//!
//! This module provides types for configuring proxy connections.
use String;
/// Proxy protocol specification
///
/// Defines the protocol to use for proxy connections.
/// Proxy configuration
///
/// Specifies the protocol and address for a proxy server.