Skip to main content

x_post_command_session

Function x_post_command_session 

Source
pub async fn x_post_command_session(
    __arg0: State<ServerState>,
    __arg1: Path<(String, String)>,
    headers: HeaderMap,
    __arg3: Json<CommandRequest>,
) -> Result<Response, (StatusCode, String)>