pub fn http_response_retry_logic<Request: Clone + Send + Sync + 'static>(
retry_strategy: RetryStrategy,
) -> HttpStatusRetryLogic<impl Fn(&HttpResponse) -> StatusCode + Clone + Send + Sync + 'static, Request, HttpResponse>Expand description
Creates a RetryLogic for use with HttpResponse.