pkoretic / recurse

Qt based micro web framework with middleware design
MIT License
21 stars 2 forks source link

reimplement http parsing #14

Open pkoretic opened 8 years ago

pkoretic commented 8 years ago

http://doc.qt.io/qt-5/qstringref.html

pkoretic commented 8 years ago

http://www.boost.org/doc/libs/1_59_0/doc/html/boost_asio/examples/cpp11_examples.html https://github.com/nodejs/http-parser https://github.com/ipkn/crow/blob/master/include/http_parser_merged.h

mkozjak commented 8 years ago

use nodejs's http-parser. merge header and implementation files into one header only https://github.com/nodejs/http-parser/tree/master

or just reimplement our own solution https://tools.ietf.org/html/rfc7230 https://evertpot.com/http-11-updated/