Click to See Complete Forum and Search --> : HTTP Server in C++


shamasana
November 23rd, 2007, 12:59 AM
Hi
Please any one help me to do HTTP Server in C++.
I want to transfer XML files when client makes the HTTP GET,PUT,POST methods.
How can i do this in C++.

At first i (Server) want to open the connection and Transfer some datas in XML.Later i need to respond whenever the client requests.How can i handle the HTTP request?

pleeaaaase help me..

Marc G
November 23rd, 2007, 04:30 AM
See for example: Multithread server class with example of HTTP server (http://www.codeguru.com/cpp/i-n/network/winsocksolutions/article.php/c5397/).