33#ifndef API_MIP_HTTP_OPERATION_H_
34#define API_MIP_HTTP_OPERATION_H_
53 virtual const std::string&
GetId()
const = 0;
Interface that describes a single HTTP operation, implemented by client app when overriding HttpDeleg...
virtual std::shared_ptr< HttpResponse > GetResponse()=0
Get response, if any.
virtual const std::string & GetId() const =0
Gets operation ID.
virtual bool IsCancelled()=0
Get cancellation status of operation.
Contains HttpOperation interface used by HttpDelegate.