Hi,
I'm migrating from axios and axios-retry module.
I've faced with the issue that I can specify only total timeout including any retries.
It would be helpful to have ability to specify:
- timeout for single request/?response (for example 10000ms)
- total timeout (for example 30000ms)
axios-retry has shouldResetTimeout option which solves this task https://github.com/softonic/axios-retry/#options