$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2020-01-21 10:12:46
On 2020-01-21 06:43, Vinnie Falco via Boost wrote:
> Is there any interest in a URL library for Boost? This is something
> that has been requested for a while now, and I've finally gotten
> around to it.
I'd be more interested in a more generic URI library. Along with a few
associated algorithms, e.g. those described in:
https://tools.ietf.org/html/rfc3986
> Key features:
>
> * Construct a read-only url::view from a string_view
> * Construct a modifiable url::value from a string_view
Why not uri and uri_view.