[REBOL] Re: HTTP n Gzip content
From: petr:krenzelok:seznam:cz at: 3-Mar-2008 9:51
CarleySimon napsal(a):
> 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.
>
I just sent note to ml about upcoming 2.7.6 release, and I wish one and
only one bug being fixed for me at least - fix the black console window
popping-up with each call. I will bug the group to the death to get that
defficiency fixed, don't worry :-)
btw - why call and curl? aren't there any gzip command line tools out there?
> Rebol V3
>
> Will this be a feature?
>
dunno, there might be some zip related functionality. It is internally
in rebol anyway. We talked about it several times, and if not directly
in Core, it will surely be a plug-in ... very usefull feature to miss on
imo ...
Petr