asynchttp networking module

Monkey Forums/User Modules/asynchttp networking module

hsutuo(Posted 2012) [#1]
http://code.google.com/p/nativehttp/

HTTP Get method works on all targets
HTTP Post method not finish yet

no downloads, use source->browse or checkout


simonh(Posted 2012) [#2]
Great work!


therevills(Posted 2012) [#3]
Cool :)

Can I suggest that you don't alter android.monkey and add the HttpConnectionUtil class to your http.android.java? As some people don't want to replace offical Monkey files...


Neuro(Posted 2012) [#4]
Cool, now we just need to get the bmax target on there :).


c.k.(Posted 2012) [#5]
How is this different from mnet? Is this a supplement to, or replacement of, mnet?


Xaron(Posted 2012) [#6]
It's not that different but it is complete for all targets. That's the difference.


c.k.(Posted 2012) [#7]
Is POST going to be available soon?


Rushino(Posted 2012) [#8]
I am about to make a new one for HTML 5 since i really need one. I am doing a lots of research right now about it. I also found a way to bypass the Cross-origin (Cross domain) problem. If it doesnt work local its because the port is different.. otherwise it would work really great. When its done i dont mind adding it on an active library or even Diddy which lack of networking stuff.