C++ HTTP parser or wrapper.

Started by
3 comments, last by MadMaxz5 18 years, 8 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.
Advertisement
http-get is a simple implementation of a HTTP client.
enum Bool { True, False, FileNotFound };
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