[][src]Function mmrs::send_message

pub fn send_message(uri: &str, body: String) -> Result<StatusCode, MMRSError>

Main function of the library which asynchronously sends the request and returns the status code response. Will error out on a reqwest::Error if the send results in a failure