15 Oct
2021
15 Oct
'21
3:04 p.m.
On Thu, Oct 14, 2021 at 8:33 PM Ivan Matek via Boost
a) verifiable, maintainable, confirmation that the test parsing is very correct b) test results which show that your hand rolled parser is either correct or difficult to prove otherwise.
I already have all that... this is like HTTP parsing redux. The parsing of URLs is the least interesting and least difficult aspect of this project, but seems to be what people focus on. Where there is difficulty is in the API for presenting and modifying the path segments and the query parameters as a container. Have you had a look at the query parameters container value_type? https://github.com/CPPAlliance/url/blob/d866b5b09f08d12d597f783da295be823ad6... Thanks