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

[REBOL] Re: Reading HTTP headers

From: hallvard:ystad:helpinhand at: 12-Jan-2002 12:11

I've been wondering about that too. Even when you do NOT do a web-page: read http://some.url/ but simply a port: open http://some/url/ the whole web page is read and stored in the port object. Try probe port or probe port/state. To send custom HTTP requests, I use read/custom, so I think the answer to your problem (and mine, although I work on other things right now), must be open/custom. But I've never used it, so I cannot tell you how to do it. And the function is native, so we canot probe it... ~H Dixit Harold (02.12 12.01.2002):