|
Aktualizr
C++ SOTA Client
|
Public Member Functions | |
| HttpResponse (std::string body_in, const long http_status_code_in, CURLcode curl_code_in, std::string error_message_in) | |
| bool | isOk () |
| Json::Value | getJson () |
Public Attributes | |
| std::string | body |
| long | http_status_code |
| CURLcode | curl_code |
| std::string | error_message |
Definition at line 13 of file httpinterface.h.
1.8.14