HTTP POST Code and Examples

Monkey Forums/Monkey Programming/HTTP POST Code and Examples

c.k.(Posted 2012) [#1]
Anybody have a cross-platform library for HTTP GET/POST (for at least HTML5, Android, and iOS)?

Does monkey have this ability built-in now, or is that socket thing completely different?

A module with sample usage would be nice.


CopperCircle(Posted 2012) [#2]
I added HTTP POST to MNet iOS target:

http://www.monkeycoder.co.nz/Community/posts.php?topic=3503


c.k.(Posted 2012) [#3]
Great! Do you have commit rights to the mnet repo? If not, please start a new repo (bitbucket mercurial) for all the code.

I have Android code here, but haven't been able to test it yet.

Does anybody have tested Android HTTP GET/POST code?