Android-cuttlefish cvd tool
Classes | Namespaces | Functions
retrying_http_client.cc File Reference
#include "cuttlefish/host/libs/web/http_client/retrying_http_client.h"
#include <stdio.h>
#include <chrono>
#include <memory>
#include <thread>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/web/http_client/http_client.h"
Include dependency graph for retrying_http_client.cc:

Classes

class  cuttlefish::anonymous_namespace{retrying_http_client.cc}::ServerErrorRetryClient
 

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{retrying_http_client.cc}
 

Functions

std::unique_ptr< HttpClient > cuttlefish::RetryingServerErrorHttpClient (HttpClient &inner, int retry_attempts, std::chrono::milliseconds retry_delay)