Hi -

not sure if this has been covered before...  Is there some way for REBOL to
expose the response headers of the server when you make a get request from
that server?  I've been using trace/net to see what comes back, but I would
prefer a more programmatic approach.

Example:

trace/net: true
myURL: http://www.yahoo.com/
myData: read myURL

Ideally I'd like to be able to see the headers the server responds with -
like the mime type it claims, etc.  Is there some easy way to access these
values when reading a URL?

- Porter Woodward

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to