Hi, I am planning to use libcurl for my application. I am developing one proprietary protocol which will be communicating with server on top of HTTPS. Now I am not getting how can I make use of libcurl.
When I apply CONNECT_ONLY option, it means send() and receive() should be done by me, and in that case I will not be able to use HTTP support provided by library. If I allow curl to do things on behalf of me, then by giving write callback, I am able to receive the data but then I am not able to send the data to my server. Please help me in understanding hwo to do it, or can I do it by using libcurl or not. Regards,
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
