Android-cuttlefish cvd tool
Public Types | Public Member Functions | List of all members
cuttlefish::HttpClient Class Referenceabstract

#include <http_client.h>

Inheritance diagram for cuttlefish::HttpClient:
Inheritance graph
[legend]

Public Types

typedef std::function< bool(char *, size_t)> DataCallback
 

Public Member Functions

virtual ~HttpClient ()
 
virtual Result< HttpResponse< void > > DownloadToCallback (HttpRequest, DataCallback callback)=0
 

Member Typedef Documentation

◆ DataCallback

typedef std::function<bool(char*, size_t)> cuttlefish::HttpClient::DataCallback

Constructor & Destructor Documentation

◆ ~HttpClient()

cuttlefish::HttpClient::~HttpClient ( )
virtualdefault

Member Function Documentation

◆ DownloadToCallback()

virtual Result< HttpResponse< void > > cuttlefish::HttpClient::DownloadToCallback ( HttpRequest  ,
DataCallback  callback 
)
pure virtual

The documentation for this class was generated from the following files: