On Dec 2, 2012 11:43 AM, "Yehezkel Horowitz" <[email protected]> wrote: > > >I dont know curl is completely a client support or does has basic server feature also ...How to start implementing this with the help of openssl ..? > curl has just the client side logic of the transport – no server side at all. > > But you might try 'openssl s_server --help' (but I think it will only handle GET requests).
There's also a python module that provides a simple HTTP web server. Ralph Mitchell
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
