url
class defined at curl/kernel/files.curl:24
Object representing a url.
{url.Complete str:text}:url
method defined at curl/kernel/files.curl:35
Make new url appending {param str} to the file part.
{url.Equal? u:url}:int
method defined at curl/kernel/files.curl:33
True if {param u} is equal to this url.
url.file
The rest of the url.
{url.Hash}:int
method defined at curl/kernel/files.curl:31
url.host
The name of the host.
{url.MakeAnchorUrl}:url
method defined at curl/kernel/files.curl:36
Make a new url by stripping off the last component of the file part.
{url.Open}:InputPort
method defined at curl/kernel/files.curl:34
Open a url for input.
url.port
The port number.
{url.Text}:text
method defined at curl/kernel/files.curl:40
Return a string containing the printed form of a url.