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.
精彩评论