Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
SC::HttpClientSessionRetryState Struct Reference

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
 

Detailed Description

Caller-owned retry bookkeeping for one logical request.


The documentation for this struct was generated from the following file: