[REBOL] Re: 'parse-url - where defined?
From: dockimbel:free at: 30-Jan-2001 18:14
Hi Anton,
Anton wrote:
> Hi,
>
> Looking at
> source read-via
>
> It uses 'parse-url in the second line of read-via's function body.
> Where does parse-url come from?
> On the console, parse-url has no value.
> How then, does read-via work?
[...]
net-utils/URL-Parser/parse-url
You could use my 'help patch to navigate through net-utils and it will allow
you to make things like :
>> help net-utils/URL-Parser/parse-url
USAGE:
PARSE-URL port url
DESCRIPTION:
Return url dataset or cause an error if not a valid URL
PARSE-URL is a function value.
ARGUMENTS:
port -- (Type: any)
url -- (Type: any)
HTH,
DocKimbel.