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

[REBOL] HTTP n Gzip content

From: jonwhispa:googlemail at: 3-Mar-2008 8:46

Rebol V2 Has anybody found an easy way of decompressing gzip content from the web as in page: gzip-decompress read/binary/custom http://www.rebol.com [ header [ Accept-Encoding: "gzip,deflate" ]] I can work around it using call and curl, but with reads every second having a dos window popup isnt desirable. Rebol V3 Will this be a feature? J