Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: hook while downloading from html port

From: maximo:meteorstudios at: 15-Apr-2004 10:23

> -----Original Message----- > From: Gabriele Santilli [mailto:[g--santilli--tiscalinet--it]] > Sent: Thursday, April 15, 2004 6:01 AM > To: Andreas Bolka > Subject: [REBOL] Re: hook while downloading from html port > > If you only need to report in/out speed in bytes/s or something > like that, I have an hacked version of async:// with speed > measuring in; it's not much tested, was not meant to be of generic > use, it's not based on the latest version of async://, and you'd > need to implement an HTTP client on top of it... but if you need > it, let me know and I can dig it out.
what does "implement an HTTP client on top of it involve"? is that completely writing an http scheme or can I borrow the one from within rebol and merge it? maybe I'm completely off track! -MAx