Interface that describes a single HTTP operation, implemented by client app when overriding HttpDelegate.
More...
#include <mip/http_operation.h>
Interface that describes a single HTTP operation, implemented by client app when overriding HttpDelegate.
◆ ~HttpOperation()
| virtual HttpOperation::~HttpOperation |
( |
| ) |
|
|
inlinevirtual |
◆ GetId()
| virtual const std::string & HttpOperation::GetId |
( |
| ) |
const |
|
pure virtual |
◆ GetResponse()
| virtual std::shared_ptr< HttpResponse > HttpOperation::GetResponse |
( |
| ) |
|
|
pure virtual |
◆ IsCancelled()
| virtual bool HttpOperation::IsCancelled |
( |
| ) |
|
|
pure virtual |
Get cancellation status of operation.
- Returns
- Cancellation status
The documentation for this class was generated from the following file:
- src/api/mip/http_operation.h