|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/web/http_client/retrying_http_client.h"#include <stdio.h>#include <chrono>#include <memory>#include <thread>#include "cuttlefish/host/libs/web/http_client/http_client.h"#include "cuttlefish/result/result.h"
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) |