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

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -