Home
last modified time | relevance | path

Searched refs:run_websocket_transport (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/http_server/
Dhttp_handlers.rs32 transport::websocket::{handle_websocket, run_websocket_transport},
184 Ok(queries) => run_websocket_transport(stream, queries), in handle_connection()
/tools/netsim/rust/daemon/src/transport/
Dwebsocket.rs92 pub fn run_websocket_transport(stream: TcpStream, queries: HashMap<&str, &str>) { in run_websocket_transport() function