http_proto icon indicating copy to clipboard operation
http_proto copied to clipboard

`parser` implementation details can be hidden

Open ashtum opened this issue 1 year ago • 0 comments

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.

ashtum avatar Jan 30 '25 17:01 ashtum