Skip to main content

Module retry

Module retry 

Source

Enums§

RetryPolicy
Retry policy configuration.

Functions§

default_should_retry
parse_retry_after
Parses Retry-After as a delay in seconds (integer values only).

Type Aliases§

ShouldRetryFn
Predicate for whether a response should be retried.