Boost logo

Boost :

From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2021-10-15 15:04:31


On Thu, Oct 14, 2021 at 8:33 PM Ivan Matek via Boost
<boost_at_[hidden]> wrote:
> 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/d866b5b09f08d12d597f783da295be823ad6f81c/include/boost/url/params.hpp#L70

Thanks


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk