pub async fn send_ipc(
__arg0: State<DevServerState>,
__arg1: Json<Value>,
) -> impl IntoResponseExpand description
POST /rdesktop/agent/ipc
Send an IPC message from the agent to the app.
pub async fn send_ipc(
__arg0: State<DevServerState>,
__arg1: Json<Value>,
) -> impl IntoResponsePOST /rdesktop/agent/ipc
Send an IPC message from the agent to the app.