Expand description

Retry support

Components:

  • Standard: Top level manager, intended to be associated with a Client. Its sole purpose in life is to create a RetryHandler for individual requests.
  • RetryHandler: A request-scoped retry policy, backed by request-local state and shared state contained within Standard.
  • Config: Static configuration (max attempts, max backoff etc.)

Structs

Traits