Hi Maxim,

On Thursday, April 15, 2004, 4:23:51 PM, you wrote:

MOA> what does "implement an HTTP client on top of it
MOA> involve"?  is that completely writing an http scheme or can I
MOA> borrow the one from within rebol and merge it?

Borrowing  the  one  in  REBOL  wouldn't  work,  as async:// works
differently  than  tcp://. (You could reuse some of the code...) I
guess  it  would  be  much easier to patch around the current HTTP
scheme;  if  you  don't  need  to  be  accurate  just changing the
lowlevel read and write functions in the handler would be enough.

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to