Module brl.url
A url, or web address, is a character string that specifies the location of a resource. More...
Declarations
Imported By | |
---|---|
brl
|
Classes | |
---|---|
Url |
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.