//! Connection handling for Steam client.
//!
//! This module provides connection implementations for communicating with Steam
//! CM servers. It supports both WebSocket (default) and TCP connections.
// Traits for dependency injection
// Default implementations
pub use HttpCmServerProvider;
pub use ;
pub use ;