On Thu, 05 Mar 2015 06:29:21 -0700 Mats Wichmann <[email protected]> said:
> On 03/05/15 05:47, [email protected] wrote: > > Hi All, > > We are kind of new to Tizen development. > > > > We need some guidance in writing native code for sending HTTP (secure) > > message (probably GET and POST methods). > > > > Request to provide any possible references (link or example source code). > > > > PS: We could observe that from Tizen 2.3 onwards OSP C++ (for example, > > Tizen::Net::HTTP*) is not supported > > > > So, appreciate your help in addressing this (we are looking for C - > > native APIs or the direct header file which contains APIs to send and/or > > receive HTTP messages) > > You can use ecore for this... I'm going to point you to a page on the > EFL site rather in the Tizen SDK docs, but it should serve as a starting > point for research: > > http://docs.enlightenment.org/auto/eio/group__Ecore__Con__Url__Group.html what he said. if you "grep" (google) for ecore_con_url usage through git.enlightenment.org repositories, you'll find quite a few examples (enlightenment itself - shot module and update code logic, rage app, terminology and other places too). -- Carsten Haitzler (The Rasterman) <[email protected]> _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
