Skip to main content

handle_run_response

Function handle_run_response 

Source
pub async fn handle_run_response(
    http_client: &ClientWithMiddleware,
    url: &str,
    token: &str,
    res: Response,
    tail: bool,
    watch: bool,
) -> Result<()>