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


are there library similar apache httpcomponents c/c++ language?

thanks in advance, dario.

i'm not sure how similar particular apache components, might want @ poco , ace. both provide quite bit in way of networking in c++. ace tends more all-encompassing of 2 (both in terms of supporting lots of protocols , such, , in terms of tending control/dominate of how application written/works).

depending on you're after, @ boost.asio and/or libcurl.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -