Advertisement

C++ HTTP parser or wrapper.

Started by August 01, 2005 03:25 PM
3 comments, last by MadMaxz5 19 years, 6 months ago
Hi all, looking to implement some http based networking(both server and client), but don't really want to parse the messages myself, is there a good c/c++ http wrapper (preferably with Winsock) that anyone knows about? Thanks.
http-get is a simple implementation of a HTTP client.
enum Bool { True, False, FileNotFound };
Advertisement
Alternately you may want to try wininet.
I have one but unfortunately I'm not allowed to post the code. Google must find some kind of free HTTP parser?
"Absorb what is useful, reject what is useless, and add what is specifically your own." - Lee Jun Fan
Thanks for all replies. Windows stuff looks promising.

This topic is closed to new replies.

Advertisement