https://issues.dlang.org/show_bug.cgi?id=15383
Richard Cattermole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Richard Cattermole <[email protected]> --- (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. --
