> I am using libcurl for client only but in application there is need if server 
> wants to start communication by requesting to the client using GET. so I just 
> want to send HTTP1.1 200 OK header with no data and then normal client side 
> communication will happen.
> For this one response only, including complete server library seems to be not 
> good choice for my embedded apps.

So you have a mix of server and client in both sides (interesting point is how 
the server will be able to find the client, which usually solved by static IP 
or having both on the same machine).

Still you need a library that will have the **server side** logic. There are 
many projects that do this, you can see libmicrohttpd 
(http://www.gnu.org/software/libmicrohttpd/) as an example.

HTH

Yehezkel Horowitz

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to