Module tanya.net.uri
URL parser.
Functions
| Name | Description |
|---|---|
parseURL(source)
|
Attempts to parse an URL from a string and returns the specified component of the URL or URL if no component is specified. |
Classes
| Name | Description |
|---|---|
URIException
|
Thrown if an invalid URI was specified. |
Structs
| Name | Description |
|---|---|
URL
|
A Unique Resource Locator. |