mz_environmentd::test_util

Function auth_with_ws

Source
pub fn auth_with_ws(
    ws: &mut WebSocket<MaybeTlsStream<TcpStream>>,
    options: BTreeMap<String, String>,
) -> Result<Vec<WebSocketResponse>, Error>