Kampute.HttpClient.ErrorHandlers Namespace

This namespace contains classes for handling specific HTTP error responses.

Classes

DynamicHttpErrorHandlerProvides a dynamic mechanism to handle HTTP error status codes and determine retry logic for HTTP requests.
HttpError401HandlerHandles '401 Unauthorized' HTTP responses by attempting to re-authenticate and retry the request.
HttpError429HandlerHandles '429 Too Many Requests' HTTP responses by attempting to back off and retry the request according to a specified or default backoff strategy.
HttpError503HandlerHandles '503 Service Unavailable' HTTP responses by attempting to back off and retry the request according to a specified or default backoff strategy.