cppalliance / http_proto

HTTP/1 parsing and serialization algorithms using C++11
https://develop.http-proto.cpp.al/
Boost Software License 1.0
23 stars 10 forks source link

documentation for implementation details #97

Open vinniefalco opened 1 month ago

vinniefalco commented 1 month ago

The parser needs internal exposition, added to the .cpp file in the form of C-style and C++-style comments, explaining in sufficient detail that someone new to the project can get a head start to understand the theory of how the parser works. The data members need explaining and the business logic needs comments