[][src]Function krill::commons::util::httpclient::post_empty

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

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