Kampute.HttpClient.ErrorHandlers Namespace
This namespace contains classes for handling specific HTTP error responses.
Classes
| DynamicHttpErrorHandler | Provides a dynamic mechanism to handle HTTP error status codes and determine retry logic for HTTP requests. |
| HttpError401Handler | Handles '401 Unauthorized' HTTP responses by attempting to re-authenticate and retry the request. |
| HttpError429Handler | Handles '429 Too Many Requests' HTTP responses by attempting to back off and retry the request according to a specified or default backoff strategy. |
| HttpError503Handler | Handles '503 Service Unavailable' HTTP responses by attempting to back off and retry the request according to a specified or default backoff strategy. |
