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

[Q] read/custom how used in own schemes?

 [1/3] from: ingo::h-o-h::org at: 28-Apr-2003 19:29


Hi all, does anyone now how one can implement a scheme, that knows to handle read/custom customization? I didn't find it in the http scheme where this is handled. Kind regards, Ingo

 [2/3] from: chris:ross-gill at: 28-Apr-2003 13:58


Hi Ingo,
> does anyone now how one can implement a scheme, that knows to handle > read/custom customization? I didn't find it in the http scheme where > this is handled.
It appears the block is stored in 'port/state/custom
>> rt: open/custom http://www.rebol.com/ [x-rebol "REBOL"] >> rt/state/custom
== [x-rebol "REBOL"]
>> close rt
And surfaces in the http spec in a function called 'create-request - Chris

 [3/3] from: g:santilli:tiscalinet:it at: 29-Apr-2003 10:43


Hi Ingo, On Monday, April 28, 2003, 7:29:01 PM, you wrote: IH> does anyone now how one can implement a scheme, that knows to handle IH> read/custom customization? I didn't find it in the http scheme where IH> this is handled. You'll find whatever was passed to the /CUSTOM refinement in PORT/STATE/CUSTOM. Regards, Gabriele. -- Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer Amigan -- AGI L'Aquila -- REB: http://web.tiscali.it/rebol/index.r