asynchttp networking module
Monkey Forums/User Modules/asynchttp networking module
| ||
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 |
| ||
Great work! |
| ||
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... |
| ||
Cool, now we just need to get the bmax target on there :). |
| ||
How is this different from mnet? Is this a supplement to, or replacement of, mnet? |
| ||
It's not that different but it is complete for all targets. That's the difference. |
| ||
Is POST going to be available soon? |
| ||
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. |