I\'m trying to write a small c++ webserver which handles GET, POST, HEAD requests. My problem is I don\'t know how to parse the headers, message body, etc. It\'s listening on th
You may want to consider Proxygen, Facebook's C++ HTTP framework. It's open source under a BSD license.