开发者

Is there any C/C++ library similar to apache httpcomponents?

are there any library similar to apache httpcomponents for c/c++ langua开发者_如何学JAVAge?

Thanks in advance, Dario.


I'm not sure how similar they are to those particular Apache components, but you might want to look at POCO and ACE. Both provide quite a bit in the way of networking in C++. ACE tends to be the more all-encompassing of the two (both in terms of supporting lots of protocols and such, and in terms of tending to control/dominate all of how an application is written/works).

Depending on exactly what you're after, you could also look at Boost.asio and/or LibCurl.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜