Module reqwest_eventsource::retry
source · Expand description
Helpers to handle connection delays when receiving errors
Structs§
- A
RetryPolicy
which always emits the same delay - A
RetryPolicy
which backs off exponentially - A
RetryPolicy
which never retries
Constants§
- The default
RetryPolicy
when initializing anEventSource
Traits§
- Describes how an
EventSource
should retry on receiving anError