tanya.net.uri

URL parser.

Members

Classes

URIException
class URIException

Thrown if an invalid URI was specified.

Functions

parseURL
URL parseURL(char[] source)

Attempts to parse an URL from a string and returns the specified component of the URL or $(D_PSYMBOL URL) if no component is specified.

parseURL
auto parseURL(char[] source)

Attempts to parse an URL from a string and returns the specified component of the URL or $(D_PSYMBOL URL) if no component is specified.

Structs

URL
struct URL

A Unique Resource Locator.

Meta