URLParseResult

Result type for urlParse()

Based on URLSplitResult and inherits all its members

Constructors

this
this(string scheme, string netloc, string path, string params, string query, string fragment)
Undocumented in source.

Alias This

split_result

Members

Functions

getUrl
string getUrl()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

params
string params;

URL component

split_result
URLSplitResult split_result;
Undocumented in source.

Meta