http web request in c++ ?

http web request in c++ ?
libcurl, winhttp, wininet, sockets, etc
here's ready socket class based on winsock2 for windows (with examples):
http://www.adp-gmbh.ch/win/misc/sockets.html
That doesn't do HTTP. It's just yet another socket wrapper.
He just asked for web request, and there (link above) is nice "GET / HTTP/1.0" example.
Topic archived. No new replies allowed.