httpxx
httpxx copied to clipboard
C++ wrapper for C-based HTTP parser
It is perfectly fine to receive multiple Set-Cookie headers, unfortunately it seams that the library doesn't support that. I'm able to see only the last Set-Cookie header from original message....
Hello, Do you know about [Conan](https://github.com/conan-io/conan)? [Conan](http://docs.conan.io/en/latest/) is modern dependency manager for C++. And will be great if your library will be available via package manager for other developers. [Here](https://github.com/bincrafters/conan-templates)...
thanx for this project; how can retrieve body of message? in demo request object has a body method but that is not true;
message does not deal with chunk mode, is it vath to do it in http message wrap?
At line 174 of Messages.cpp, you detect errors by checking if (used < size). However, if you call http_parser_execute with size of 0 (indicating EOF) it returns 1 to indicate...
As the cmake script written, libhttp-parser.a won't be installed, so maybe the header http-parser.h is not necessary to expose. I guess this project is developed under windows with MSVC, which...