[][src]Function xmlrpc::http::check_response

pub fn check_response(
    response: &Response
) -> Result<(), Box<dyn Error + Send + Sync>>

Checks that a reqwest Response has a status code indicating success and verifies certain headers.