pub async fn test_ws_client_with_headers( url: Url, headers: &[(HeaderName, &str)], ) -> WebSocketStream<ConnectStream>