C++ HTTP parser or wrapper.
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 };
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement