15 static size_t callback(
void *buffer,
size_t sz,
size_t n,
void *f);
18 struct curl_slist *mHeaders;
19 std::string *mReceivedBuffer;
26 CurlWrapper(std::string vccApiKey, std::string bearerToken);
37 bool TryExecute(std::string url, std::string *response);
Minimalist C++ wrapper of easy (blocking interface) CURL library for RESTful communication.
Definition: curl_wrapper.h:13
bool TryExecute(std::string url, std::string *response)
Try to execute a RESTful GET request.
Definition: curl_wrapper.cpp:55
AUTOSAR application namespace.
Definition: diag_message_handler.cpp:5