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

pub async 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.