[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