Expand description
传输层模块,提供统一的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.
Re-exports§
pub use dyn_transport::DynHttpTransport;pub use dyn_transport::DynHttpTransportRef;pub use error::TransportError;pub use http::HttpTransportConfig;pub use http::HttpClient;pub use http::HttpTransport;