Google API Client Library for C++ vs libcurl for sending HTTP request? -


after installing google-api-client library c++ on fedora 20 machine, find out has external dependencies on libcurl (for example, setting http proxy). planning use google-api-client sending http request, mainly, http multipart post request. however, libcurl provide support multipart http post request also.

could let me know advantages of using google api client library c++ on libcurl in order send http request?

any suggestions/recommendations highly appreciated.

thanks

the google api client library c++ wrapper around libcurl pure c library. use casablanca rest sdk written in modern c++11, has no external dependencies , cross platform.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -