$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vinnie Falco (vinnie.falco_at_[hidden])
Date: 2020-01-21 15:37:47
On Mon, Jan 20, 2020 at 11:13 PM Mateusz Loskot via Boost
<boost_at_[hidden]> wrote:
> There is no reference to any of the URI/URL RFCs in the code
> or any (documentation) files. Is this deliberate?
Thanks for the feedback! Yes there is a link here:
<https://github.com/vinniefalco/url/blob/develop/include/boost/url/detail/parse.hpp#L21>
> What's the status of conformance?
The target is rfc3986 compliance. I believe it is there (modulo bugs).
These tests all pass:
<https://github.com/vinniefalco/url/blob/cfd09ee8925d596b201fc0502d6bf6a407fb3b27/test/value.cpp>
Thanks