http_proto
http_proto copied to clipboard
`parser` implementation details can be hidden
Currently, the parser object has many members that can be moved into an inner impl type and removed from the header files.
It would be beneficial to construct the impl type within the workspace space to improve the efficiency of move operations.