21 Jan
2020
21 Jan
'20
10:12 a.m.
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.