Type net:URI

A URI (Uniform Resource Identifier) represents a network name or address.
Constructors:
net:URI(Node uri)
Create a new URI using the string value of uri
net:URI(net:URI parent, Node path)
Create a new URI relative to the given URI parent, using string value of path.
Functions:
authority()
host()
path()
port()
query()
scheme()
Get the URI scheme, or (for URL's) protocol.
string()
Get a String representation of this net:URI
userinfo()