URL.fromString

Constructs a URL from its string representation.

TODO: additional validation required (e.g. valid host and user names and port)

struct URL
@safe static
fromString
(
string url_string
)

Meta