pub fn new_ssp_connection_manager(
user_agent: Option<String>,
) -> Arc<SspConnectionManager>Expand description
Construct a new shared SSP connection manager.
Pass the returned Arc<SspConnectionManager> to
SdkBuilder::with_ssp_connection_manager
when building each SDK instance that should share the underlying HTTP
connection pool.