What library I can use for sending POST and GET requests in C++? [duplicate]
Possible Duplicate:
What C++ library should I use to implement a HTTP client?
What library I can use for sending POST and GET requests in C++
libcurl
http://curl.haxx.se/
It works and is really simple.
You can use libcurl or its c++ wrapper curlpp
what about cpp-netlib?
http://sourceforge.net/projects/cpp-netlib/
精彩评论