On Wednesday, 24 October 2012 at 07:38:58 UTC, Jacob Carlborg wrote:
I would have expected a few additional components, like: * Domain * Password * Username * Host * Hash A way to build an URI base on the components.It would be nice if there were methods for getting/setting the path component as an array. Also methods for getting/setting the query component as an associative array.
I have a public domain URI parser here: http://github.com/p0nce/gfm/blob/master/common/uri.d
