Webservice like ASIHttpRequest

Hello there,

I’m starting an application on cocos2d-x and I would like to use something like http://allseeing-i.com/ASIHTTPRequest/
My needs are small, just ask a webservice in async and have a callback when I receive the answer, and then parse my requested data.

As ASI is Objective-C and use Apple library, I was looking for a C++ one, but don’t really find something.
I just see cURL (http://curl.haxx.se/libcurl/), don’t look that easy to use as ASI but I will try.

If you know a good API or have some help, it would be really appreciate.

Thanks,
Damien