On Tue, 21 Jul 2015 16:16:15 +0530 Subho Dey <subho....@tcs.com> said:
> Hi, > I am new to Tizen , I am Primarily an IOS App Developer , Currently involved > in a POC Where it requires to communicates with a Rest Api with a Tizen > Native Application. I could not find any code snippet regarding http request > and response handling in Tizen. Most of the time the website and > documentation websites are down. Need your help on this. ecore_con_url does this. it will give you raw data as events for your http get/postt (you will still have to do your own parsing of that text - eg xml, json or just raw text or binary). https://docs.enlightenment.org/auto/efl/group__Ecore__Con__Url__Group.html https://docs.enlightenment.org/auto/efl/examples.html https://docs.enlightenment.org/auto/efl/ecore_con_url_download_example_8c-example.html https://docs.enlightenment.org/auto/efl/ecore_con_url_cookies_example_8c-example.html https://docs.enlightenment.org/auto/efl/ecore_con_url_headers_example_8c-example.html i am not sure it's "allowed" (need to look it up) but it is there on tizen. there is more code if you google for it that does posts too. -- Carsten Haitzler (The Rasterman) <ti...@rasterman.com> _______________________________________________ Application-dev mailing list Application-dev@lists.tizen.org https://lists.tizen.org/listinfo/application-dev