开发者

What library I can use for sending POST and GET requests in C++? [duplicate]

This question already has answers here: 开发者_如何学编程 Closed 12 years ago.

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/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜