Module rama::http::layer::retry::managed

Expand description

Managed retry Policy.

See ManagedPolicy for more details.

Structs§

  • An Extensions value that can be added to the Context of a Request to signal that the request should not be retried.
  • A managed retry Policy, which allows for an easier interface to configure retrying requests.
  • A type to represent the undefined default type, which is used as the placeholder in the ManagedPolicy, when the user does not provide a specific type.

Traits§

  • A trait that is used to umbrella-cover all possible implementation kinds for the cloning functionality.
  • A trait that is used to umbrella-cover all possible implementation kinds for the retry rule functionality.