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

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

Checks that there is a 200 OK response at the given URI. Discards the response body.