Uri

Undocumented in source.

Constructors

this
this(string uri)

Breaks down a uri string to its components

Members

Variables

fragment
string fragment;

the stuff after the # in a uri.

hosts
UriHost[] hosts;
Undocumented in source.
path
string path;

e.g. "/folder/file.html" in "http://example.com/folder/file.html"

query
string query;

the stuff after the ? in a uri

scheme
string scheme;

e.g. "http" in "http://example.com/"

userinfo
string userinfo;

the username (and possibly a password) in the uri

Meta