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

are all the field ids necessary? #29

Open vinniefalco opened 1 year ago

vinniefalco commented 1 year ago

We might remove most of the field ids and their corresponding strings in the lookup table, and people would likely not care as long as we keep the most commonly used ones. Another possibility is to make the lookup a function pointer or abstract class, so that it can be substituted by the user.