November 27, 2015
https://issues.dlang.org/show_bug.cgi?id=15383

          Issue ID: 15383
           Summary: URL module
           Product: D
           Version: D2
          Hardware: Other
                OS: Other
            Status: NEW
          Severity: enhancement
          Priority: P4
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: dhasenan@gmail.com

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.

--