axios-retry
Advanced tools
Changelog
[3.1.7] - 2019-04-23
Changelog
[3.1.4] - 2019-04-18
axios 0.19.0
Changelog
[3.1.2] - 2019-01-24
index.d.ts
with missing functionsChangelog
[3.1.1] - 2018-06-13
requestTransform
again after retryaxiosRetry
Changelog
[3.1.0] - 2018-04-26
isRetryableError
for CommonJSshouldResetTimeout
Changelog
[3.0.2] - 2018-02-09
isRetryableError
method is accessible.delayStrategy
option to be able to have exponential backoff for successive retries.Changelog
[3.0.1] - 2017-08-16
Changelog
[3.0.0] - 2017-08-13
retryCondition
function so users can define a
custom function that overwrites them. The conditions that verify that the error is not a timeout or
an unsafe network error have been moved to isNetworkError
.isSafeRequestError
, isIdempotentRequestError
.