Android-cuttlefish cvd tool
Namespaces | Functions
retrying_http_client.h File Reference
#include <chrono>
#include <memory>
#include "cuttlefish/host/libs/web/http_client/http_client.h"
Include dependency graph for retrying_http_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

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