[Issue 15383] New: URL module
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Thu Nov 26 19:24:02 PST 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 at puremagic.com
Reporter: dhasenan at 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.
--
More information about the Digitalmars-d-bugs
mailing list