Factory for creating a middleware function which repeats failed requests according to the defined retry strategy. If a strategy is not given, the default retry strategy is used (retry once, with a linear backoff delay).
Options for configuring the retry middleware.
An absolute middleware ready to be used in a middleware stack.
Factory for creating a middleware function which repeats failed requests according to the defined retry strategy. If a strategy is not given, the default retry strategy is used (retry once, with a linear backoff delay).