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

rename fields_view_base::size to count #25

Closed vinniefalco closed 8 months ago

vinniefalco commented 1 year ago

It makes more sense because it is the count of fields and not the size of the serialized message.

vinniefalco commented 8 months ago

The ambiguity no longer exists, as all metadata related to the message is returned by metadata() exclusively.