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