Skip to main content

handle_xml_response

Function handle_xml_response 

Source
pub async fn handle_xml_response<T: DeserializeOwned>(
    response: Response,
    request_body: Option<String>,
) -> Result<T>
Expand description

Handle an HTTP response by checking status and parsing XML on success