parse_response

Function parse_response 

Source
pub async fn parse_response<T>(
    res: Response,
    allow_empty: bool,
) -> Result<T, HttpClientError>
Expand description

Attempt to parse a response object from an HTTP response