A HTTP Wrapper for libcurl,easy to use and multi-thread

I found a good wrapper for a post or put Http request.

Have you used this wrapper in a real project?
I’m considering adding network wrappers for http/socket in 2dx framework.

yes, i have used this wrapper in a real project, and our game which use cocos2d-x will release in a few day later.
also , have another wrapper for socket used libcurl.
we are looking forward to official framework for both http/socket in 2dx.

Yep official network wrappers in cocos2D-X framework would be awesome

I’ve used poco library http://pocoproject.org in my project and it have a nice networking tool and fully crossplatform :slight_smile: But anyway having an “official” cocos2d-x networking tool will be great

Does this tool (NetworkOperationQueue) allow to do request callback in the main thread ? Thank you :slight_smile:

yes….

do we have something “official” today?