1/// Re-export the [`WebSocketConfig`] type from `async-tungstenite`. 2/// This is actually from `tungstenite` itself. 3pub use async_tungstenite::tungstenite::protocol::WebSocketConfig;