Clean up the HTTP generation engine.

Issue #5 new
Robert Massaioli repo owner created an issue

The HTTP generation engine kinda sucks. I want it to be much cleaner and, to that end, I am looking for some sort of C++ template library. There is a really good page here on many of the different options: http://stackoverflow.com/questions/355650/c-html-template-framework-templatizing-library-html-generator-library

Comments (3)

  1. Robert Massaioli reporter

    At any rate the HTTPParser class is much too conflated. It needs to be separated into some code that does not use RegEx's to parse HTTP. If I could ask for one thing it would be to have a http parser that does not depend on RegEx to work. That would be great.

  2. Log in to comment