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 cheers, -- mats _______________________________________________ General mailing list [email protected] https://lists.tizen.org/listinfo/general
