Monkey Documentation

Module brl.url

A url, or web address, is a character string that specifies the location of a resource. More...


Classes:

Detailed Discussion

A url, or web address, is a character string that specifies the location of a resource.

The format of a url is:

scheme://username:password@domain:port/path?query#fragment

Please see the Url class for more information.