Function http_response_retry_logic

Source
pub fn http_response_retry_logic<Request: Clone + Send + Sync + 'static>() -> HttpStatusRetryLogic<impl Fn(&HttpResponse) -> StatusCode + Clone + Send + Sync + 'static, Request, HttpResponse>
Expand description

Creates a RetryLogic for use with HttpResponse.