I need a HTTP client in C + + that runs on mobile platforms such as Android and iOS, do not know any that have this purpose, could indicate me some?
if there is one that is asynchronous still more help.
in android I have a https://github.com/loopj/android-async-http is very good, ans in IOS I have https://github.com/AFNetworking/AFNetworking this is very good too, but they're in Java and Obj-c and I need one in C++ for use in both simultaneously.