Caller-owned retry bookkeeping for one logical request. More...
#include <HttpClientSession.h>
Public Member Functions | |
| bool | isStarted () const |
| bool | hasAttemptsRemaining () const |
| uint8_t | getRemainingAttempts () const |
Public Attributes | |
| HttpClientRequest::Method | method = HttpClientRequest::HttpGET |
| HttpClientSessionRetryPolicy | policy |
| uint8_t | attemptsStarted = 0 |
| bool | requestBodyReplayable = true |
Caller-owned retry bookkeeping for one logical request.