Kampute.HttpClient.RetryManagement.Strategies Namespace
This namespace contains implementations of various retry strategies for HTTP requests.
Classes
| ExponentialStrategy | A retry strategy that exponentially increases the delay before each retry attempt. |
| FibonacciStrategy | A retry strategy that increases the delay before each retry attempt based on the Fibonacci sequence. |
| LinearStrategy | A retry strategy that linearly increases the delay before each retry attempt. |
| NoneStrategy | A retry strategy that always indicates no retry should be attempted. |
| UniformStrategy | A retry strategy that schedules retries with a uniform delay. |
