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

[REBOL] HTTP question.

From: pwoodward::cncdsl::com at: 27-Mar-2002 16:56

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