viral32111_stomp::frame

Function create

source
pub fn create(
    command: &str,
    headers: Option<Vec<(&str, &str)>>,
    body: Option<&str>,
) -> String
Expand description

Creates a STOMP frame.