AdaUrl

Undocumented in source.

Constructors

this
this(ParseOptions options)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clearHash
void clearHash()
Undocumented in source. Be warned that the author may not have intended to support it.
clearPort
void clearPort()
Undocumented in source. Be warned that the author may not have intended to support it.
clearSearch
void clearSearch()
Undocumented in source. Be warned that the author may not have intended to support it.
copy
ada_url copy()
Undocumented in source. Be warned that the author may not have intended to support it.
getComponents
const(ada_url_components)* getComponents()
Undocumented in source. Be warned that the author may not have intended to support it.
getHash
string getHash()
Undocumented in source. Be warned that the author may not have intended to support it.
getHost
string getHost()
Undocumented in source. Be warned that the author may not have intended to support it.
getHostType
ubyte getHostType()
Undocumented in source. Be warned that the author may not have intended to support it.
getHostname
string getHostname()
Undocumented in source. Be warned that the author may not have intended to support it.
getHref
string getHref()
Undocumented in source. Be warned that the author may not have intended to support it.
getOrigin
string getOrigin()
Undocumented in source. Be warned that the author may not have intended to support it.
getPassword
string getPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
getPathname
string getPathname()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
string getPort()
Undocumented in source. Be warned that the author may not have intended to support it.
getProtocol
string getProtocol()
Undocumented in source. Be warned that the author may not have intended to support it.
getSchemeType
ubyte getSchemeType()
Undocumented in source. Be warned that the author may not have intended to support it.
getSearch
SearchParams getSearch()
Undocumented in source. Be warned that the author may not have intended to support it.
getSearchParams
string getSearchParams(SearchParams search)
Undocumented in source. Be warned that the author may not have intended to support it.
getUsername
string getUsername()
Undocumented in source. Be warned that the author may not have intended to support it.
hasCredentials
bool hasCredentials()
Undocumented in source. Be warned that the author may not have intended to support it.
hasEmptyHostname
bool hasEmptyHostname()
Undocumented in source. Be warned that the author may not have intended to support it.
hasHash
bool hasHash()
Undocumented in source. Be warned that the author may not have intended to support it.
hasHostname
bool hasHostname()
Undocumented in source. Be warned that the author may not have intended to support it.
hasNonEmptyPassword
bool hasNonEmptyPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
hasNonEmptyUsername
bool hasNonEmptyUsername()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPassword
bool hasPassword()
Undocumented in source. Be warned that the author may not have intended to support it.
hasPort
bool hasPort()
Undocumented in source. Be warned that the author may not have intended to support it.
hasSearch
bool hasSearch()
Undocumented in source. Be warned that the author may not have intended to support it.
isValid
bool isValid()
Undocumented in source. Be warned that the author may not have intended to support it.
setHash
void setHash(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setHost
bool setHost(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setHostname
bool setHostname(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setHref
bool setHref(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setPassword
bool setPassword(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setPathname
bool setPathname(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setPort
bool setPort(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setProtocol
bool setProtocol(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setSearch
void setSearch(string input)
Undocumented in source. Be warned that the author may not have intended to support it.
setUsername
bool setUsername(string input)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta