Kampute.HttpClient.RetryManagement.Strategies Namespace

This namespace contains implementations of various retry strategies for HTTP requests.

Classes

ExponentialStrategyA retry strategy that exponentially increases the delay before each retry attempt.
FibonacciStrategyA retry strategy that increases the delay before each retry attempt based on the Fibonacci sequence.
LinearStrategyA retry strategy that linearly increases the delay before each retry attempt.
NoneStrategyA retry strategy that always indicates no retry should be attempted.
UniformStrategyA retry strategy that schedules retries with a uniform delay.