Struct restincurl::Result
ClassList > restincurl > Result
#include <restincurl.h>
Public Attributes
Type | Name |
---|---|
std::string | body |
CURLcode | curl_code = {} |
long | http_response_code = {} |
std::string | msg |
Public Functions
Type | Name |
---|---|
Result () = default |
|
Result (const CURLcode & code) |
|
bool | isOk () noexcept const |
Detailed Description
The Result from a request
Public Attributes Documentation
variable body
The body of the request returned by the server.
Note that if you specified your own body handler or body variable, for the request, body
will be empty.
variable curl_code
The CURLcode returned by libcurl for this request.
CURLE_OK (or 0) indicates success.
variable http_response_code
The HTTP result code for the request
variable msg
If the request was unsuccessful (curl_code != 0), the error string reported by libcurl.
Public Functions Documentation
function Result [1/2]
function Result [2/2]
function isOk
Check if the reqtest appears to be successful
The documentation for this class was generated from the following file SpiceQL/include/restincurl.h