I have some android code I am porting to cn1, in my networking I do:

HttpPost httppost = new HttpPost(url);
httppost.setEntity(new StringEntity(s));

I dont recall why I use setEntity, but I am posting a snippet of json to 
the server, what is the equivalent way to do this in CN1?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/1d4c908b-3913-4d10-8f96-9639b339705e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to