On Wed, Jul 21, 2010 at 10:07:26AM +0530, Rajanikanth wrote: > What you said is partially correct. Daemon is listening at > 127.0.0.1:8888, but just before echos it back I am trying to use libcurl to > get(HTTPGET) it. > So here my question is that, is there any way in libcurl to listen > on this & to respond. Shortly can I write a sample HTTP server using > libcurl?
No--libcurl is a client-side library only. I don't know what you're trying to accomplish with this setup, but it sounds like what you want is more like an HTTP server. >>> Dan ------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
