Changes between Version 28 and Version 29 of TipAndDoc/misc


Ignore:
Timestamp:
Aug 27, 2011 9:30:28 PM (13 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/misc

    v28 v29  
    124124wget --header 'Cookie: foo=bar' http://webos-goodies.jp/index.html 
    125125}}} 
     126 
     127 * [http://www.mail-archive.com/wget@sunsite.dk/msg06802.html |PATCH| support for Content-Encoding in wget] 
     128 > The attached patch adds the option --accept-encoding-gzip to wget. If you 
     129 > enable this option the line: `Accent-Encoding: gzip' is added to the Header 
     130 > wget sends to the server. If the server responds with `Content-Encoding: gzip' 
     131 > the received data will be decompressed with gzip -d -c -.