[REBOL] Reading HTTP headers
From: harold::1st-spot::net at: 11-Jan-2002 17:12
Using the View/Pro package for Linux: I want to use REBOL for submitting some pages of my website to search engines. Supposedly I submit the query string using a "read" of the appropriate search engine submission page. But how can I read just the header code (such as "200 OK") of the page that is returned? I don't want the content of the page that is returned, just its headers. harold