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

[REBOL] Re: HTTP header request

From: sterling:rebol at: 7-Jun-2001 10:28

It is stored in the port/locals object. You just have to use OPEN and CLOSE so that you get the port reference for it: a: open http://www.rebol.com probe a/locals/headers data: copy a close a Sterling