//! 传输层模块,提供统一的HTTP客户端和网络通信功能
//!
//! Transport layer module providing unified HTTP client and network communication.
//!
//! This module abstracts HTTP communication details from provider adapters,
//! providing configurable connection pooling, proxy support, and error handling.
pub use ;
pub use TransportError;
pub use HttpTransportConfig;
pub use ;