[Issue 15383] URL module
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Nov 26 19:37:17 PST 2015
https://issues.dlang.org/show_bug.cgi?id=15383
Richard Cattermole <alphaglosined at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alphaglosined at gmail.com
--- Comment #1 from Richard Cattermole <alphaglosined at gmail.com> ---
(In reply to Chris Wright from comment #0)
> std has a tiny and weak URI library. It's tiny and weak because URIs are so
> free and open. But 99% of the time, the URI I'm dealing with is a URL, and
> URLs are much more narrowly specified.
>
> I've written http://code.dlang.org/packages/urld, but this sort of thing
> really belongs in the standard library.
I've got
https://github.com/rikkimax/alphaPhobos/blob/master/source/std/experimental/uri.d
which is more or less ready to go.
It supports allocators and is unittested pretty well.
I just haven't been bothered to get this in yet.
You or anybody else who wants to get this into Phobos can.
--
More information about the Digitalmars-d-bugs
mailing list