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

Partition rfc/detail/rules.hpp #62

Open cmazakas opened 7 months ago

cmazakas commented 7 months ago

Many of the rules currently defined in detail/rules.hpp aren't necessarily required to be expored and as such, should be located to private headers located under src/ instead of include/.

Potential candidates for privatization: field_value_t, field_name_t.