atomizes
atomizes copied to clipboard
A simple HTTP message constructor and parser using C++11.
I get compile warning: ``` In file included from /home/iamlupo/BF2MC-Matchmaker/src/webserver/client.cpp:14: /home/iamlupo/BF2MC-Matchmaker/third-party/atomizes/include/atomizes.hpp: In function ‘std::string atomizes::MessageMethodToString(const atomizes::MessageMethod&)’: /home/iamlupo/BF2MC-Matchmaker/third-party/atomizes/include/atomizes.hpp:96:5: warning: control reaches end of non-void function [-Wreturn-type] 96 | } | ```...
We do usually use Http parsers in this scene. Tcp protocol will seperate a large data part into some small ones; also , if you get data from a file...