Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/zip/remote_zip.h"
#include <errno.h>
#include <stdint.h>
#include <string.h>
#include <memory>
#include <string>
#include <string_view>
#include <utility>
#include <vector>
#include "absl/strings/numbers.h"
#include "fmt/core.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/web/http_client/http_client.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
Classes | |
class | cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{remote_zip.cc} |
Functions | |
Result< uint64_t > | cuttlefish::anonymous_namespace{remote_zip.cc}::GetSizeIfSupportsRangeRequests (HttpClient &http_client_, const std::string &url, const std::vector< std::string > &headers) |
Result< SeekableZipSource > | cuttlefish::ZipSourceFromUrl (HttpClient &http_client, const std::string &url, std::vector< std::string > headers) |