Skip to content

Struct restincurl::Result

ClassList > restincurl > Result

More...

  • #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

std::string restincurl::Result::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

CURLcode restincurl::Result::curl_code;

The CURLcode returned by libcurl for this request.

CURLE_OK (or 0) indicates success.


variable http_response_code

long restincurl::Result::http_response_code;

The HTTP result code for the request


variable msg

std::string restincurl::Result::msg;

If the request was unsuccessful (curl_code != 0), the error string reported by libcurl.


Public Functions Documentation

function Result [1/2]

restincurl::Result::Result () = default

function Result [2/2]

inline restincurl::Result::Result (
    const CURLcode & code
) 

function isOk

inline bool restincurl::Result::isOk () noexcept const

Check if the reqtest appears to be successful



The documentation for this class was generated from the following file SpiceQL/include/restincurl.h