pub async fn post_empty(uri: &str, token: Option<&Token>) -> Result<(), Error>
Expand description

Performs a POST with no data to the given URI and expects and empty 200 OK response.