Kampute.HttpClient.RetryManagement Namespace

This namespace provides classes and interfaces for managing retry logic and backoff strategies in HTTP requests.

Classes

BackoffStrategyA factory for creating RetryScheduler instances configured with a specific retry strategy.
DynamicBackoffStrategyRepresents a factory that dynamically creates retry schedulers based on runtime conditions of HTTP requests.
RetrySchedulerRepresents a scheduler for managing retry attempts.
RetryStrategyExtensionsProvides extension methods for IRetryStrategy to enhance retry strategies with additional behavior.